1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #26135 from kmkr/master

Fix typo in builder.md
This commit is contained in:
Vincent Demeester 2016-08-30 10:53:50 +02:00 committed by GitHub
commit 20869b5650

View file

@ -1068,7 +1068,7 @@ user 0m 0.03s
sys 0m 0.03s
```
> **Note:** you can over ride the `ENTRYPOINT` setting using `--entrypoint`,
> **Note:** you can override the `ENTRYPOINT` setting using `--entrypoint`,
> but this can only set the binary to *exec* (no `sh -c` will be used).
> **Note**: