mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
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. |
||
|---|---|---|
| .. | ||
| 01-overview.md | ||
| 02-build-setup.md | ||
| 03-start-setup.md | ||
| 04-env-variables.md | ||
| 05-overrides.md | ||
| 06-setup-examples.md | ||
| 07-single-server-example.md | ||
| 08-single-server-nginxproxy-example.md | ||
| index.md | ||