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

docs: fix a typo in docker-build man page

s/Dockefile/Dockerfile

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2015-01-27 11:19:02 +08:00
parent b1f2fdeee2
commit dcfa881a7b

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: