mirror of https://github.com/docker/cli.git
Fix typo in the docs.
Fix a minor typographical error inside `run.md`.
This commit is contained in:
parent
56b7c20e46
commit
acbbeb39de
|
@ -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="/"
|
||||||
|
|
Loading…
Reference in New Issue