mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #6624 from jezenielzapanta/patch-1
Fix typo in the docs.
This commit is contained in:
commit
664ba0c031
1 changed files with 1 additions and 1 deletions
|
@ -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="/"
|
||||
|
|
Loading…
Add table
Reference in a new issue