frappe_docker/docs/02-setup
OmarElaraby26 8892908f5d docs: require Docker Engine v23+ instead of setting DOCKER_BUILDKIT=1
BuildKit has been the default builder since Docker Engine 23.0 (Feb 2023),
so prefixing the example build commands with DOCKER_BUILDKIT=1 is redundant
on any supported install. Replace the prefix with an explicit prerequisite
note so the requirement lives with the user's environment, not the example.

The build relies on BuildKit secret mounts (--secret) to keep apps.json
tokens out of image layers, which is why a real BuildKit-default engine
is mandatory rather than merely recommended.

Addresses review feedback on PR #1861.
2026-04-07 20:12:29 +02:00
..
01-overview.md refactor: Moved md files back to docs 2026-03-15 18:47:35 +05:30
02-build-setup.md docs: require Docker Engine v23+ instead of setting DOCKER_BUILDKIT=1 2026-04-07 20:12:29 +02:00
03-start-setup.md refactor: Moved md files back to docs 2026-03-15 18:47:35 +05:30
04-env-variables.md refactor: Moved md files back to docs 2026-03-15 18:47:35 +05:30
05-overrides.md refactor: Moved md files back to docs 2026-03-15 18:47:35 +05:30
06-setup-examples.md refactor: Moved md files back to docs 2026-03-15 18:47:35 +05:30
07-single-server-example.md refactor: Moved md files back to docs 2026-03-15 18:47:35 +05:30
08-single-server-nginxproxy-example.md docs: require Docker Engine v23+ instead of setting DOCKER_BUILDKIT=1 2026-04-07 20:12:29 +02:00
index.md refactor: Moved md files back to docs 2026-03-15 18:47:35 +05:30