Merge pull request #26135 from kmkr/master
Fix typo in builder.md
(cherry picked from commit 20869b5650
)
Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
parent
755addd56f
commit
934d7b83ef
1 changed files with 1 additions and 1 deletions
|
@ -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**:
|
||||
|
|
Loading…
Add table
Reference in a new issue