Merge pull request #10502 from chenhanxiao/docker-build-man

docs: fix another typo in docker-build man page
This commit is contained in:
James Turnbull 2015-02-02 08:53:16 +01:00
commit 0d5a1cbaae
1 changed files with 1 additions and 1 deletions

View File

@ -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:
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 .