mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo in docs
This commit is contained in:
parent
b103ac70bf
commit
8984aef899
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
Usage: docker build [OPTIONS] PATH | URL | -
|
||||
Build a new container image from the source code at PATH
|
||||
-t="": Tag to be applied to the resulting image in case of success.
|
||||
When a single Dockerfile is given as URL, then no context is set. When a git reppository is set as URL, the repository is used as context
|
||||
When a single Dockerfile is given as URL, then no context is set. When a git repository is set as URL, the repository is used as context
|
||||
|
||||
|
||||
Examples
|
||||
|
|
Loading…
Add table
Reference in a new issue