Prechádzať zdrojové kódy

Merge pull request #6624 from jezenielzapanta/patch-1

Fix typo in the docs.
James Turnbull 11 rokov pred
rodič
commit
664ba0c031
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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
 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
 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
     $ docker run -e "deep=purple" --rm ubuntu /bin/bash -c export
     declare -x HOME="/"
     declare -x HOME="/"