Browse Source

Fix typo in the docs.

Fix a minor typographical error inside `run.md`.
Jezeniel Zapanta 11 năm trước cách đây
mục cha
commit
cf6834d797
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/sources/reference/run.md

+ 1 - 1
docs/sources/reference/run.md

@@ -351,7 +351,7 @@ indicate which interface and port to use.
 
 The operator can **set any environment variable** in the container by using one
 or more `-e` flags, even overriding those already defined by the developer with
-a Dockefile `ENV`:
+a Dockerfile `ENV`:
 
     $ docker run -e "deep=purple" --rm ubuntu /bin/bash -c export
     declare -x HOME="/"