mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docs: fix another typo in docker-build man page
s/arbtrary/arbitrary Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
9273040a20
commit
f0c9818eba
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ no hard rules here but it is best to give the names consideration.
|
||||||
|
|
||||||
The **-t**/**--tag** flag is used to rename an image. Here are some examples:
|
The **-t**/**--tag** flag is used to rename an image. Here are some examples:
|
||||||
|
|
||||||
Though it is not a good practice, image names can be arbtrary:
|
Though it is not a good practice, image names can be arbitrary:
|
||||||
|
|
||||||
docker build -t myimage .
|
docker build -t myimage .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue