mirror of
https://github.com/docker/cli.git
synced 2026-01-23 15:21:32 +03:00
Fix typo in the docs.
Fix a minor typographical error inside `run.md`.
Upstream-commit: acbbeb39de
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
6d5a7032bc
commit
5f249933ce
@@ -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="/"
|
||||
|
||||
Reference in New Issue
Block a user