Преглед на файлове

docs: fix a typo in docker-build man page

s/Dockefile/Dockerfile

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Chen Hanxiao преди 10 години
родител
ревизия
dcfa881a7b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/man/docker-build.1.md

+ 1 - 1
docs/man/docker-build.1.md

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