mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Merge pull request #7762 from tdensmore/patch-2
Update build_enhancements.md
This commit is contained in:
@@ -30,7 +30,7 @@ For more information on build options, see the reference guide on the [command l
|
||||
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:
|
||||
|
||||
```
|
||||
$ DOCKER_BUILD=1 docker build .
|
||||
$ DOCKER_BUILDKIT=1 docker build .
|
||||
```
|
||||
|
||||
To enable docker buildkit by default, set daemon configuration in `/etc/docker/daemon.json` feature to true and restart the daemon:
|
||||
|
||||
Reference in New Issue
Block a user