Skip to content

Commit d448491

Browse files
authored
Update build_enhancements.md
Updated to the correct docker build command.
1 parent ef9b2bc commit d448491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

develop/develop-images/build_enhancements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For more information on build options, see the reference guide on the [command l
3030
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:
3131

3232
```
33-
$ DOCKER_BUILD=1 docker build .
33+
$ DOCKER_BUILDKIT=1 docker build .
3434
```
3535

3636
To enable docker buildkit by default, set daemon configuration in `/etc/docker/daemon.json` feature to true and restart the daemon:

0 commit comments

Comments
 (0)