We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9b2bc commit d448491Copy full SHA for d448491
1 file changed
develop/develop-images/build_enhancements.md
@@ -30,7 +30,7 @@ For more information on build options, see the reference guide on the [command l
30
Easiest way from a fresh install of docker is to set the `DOCKER_BUILDKIT=1` environment variable when invoking the `docker build` command, such as:
31
32
```
33
-$ DOCKER_BUILD=1 docker build .
+$ DOCKER_BUILDKIT=1 docker build .
34
35
36
To enable docker buildkit by default, set daemon configuration in `/etc/docker/daemon.json` feature to true and restart the daemon:
0 commit comments