Update README.md

Fix detach option
docker-18.09
Lajos Papp 2017-10-19 13:46:30 +02:00 committed by GitHub
parent b35638e3d5
commit 71ec0929bc
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ buildkit can be also used by running the `buildd` daemon inside a Docker contain
To run daemon in a container:
```
docker run --d --privileged -p 1234:1234 tonistiigi/buildkit:standalone --addr tcp://0.0.0.0:1234
docker run -d --privileged -p 1234:1234 tonistiigi/buildkit:standalone --addr tcp://0.0.0.0:1234
export BUILDKIT_HOST=tcp://0.0.0.0:1234
buildctl build --help
```