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

Merge pull request #10373 from chenhanxiao/docker-build-typo

docs: fix a typo in docker-build man page
This commit is contained in:
James Turnbull 2015-01-27 18:25:55 -05:00
commit b2b284b5cd

View file

@ -59,7 +59,7 @@ as context.
# EXAMPLES
## Building an image using a Dockefile located inside the current directory
## Building an image using a Dockerfile located inside the current directory
Docker images can be built using the build command and a Dockerfile: