Upstream-commit: 1fa4c8b6b0
Component: cli
This commit is contained in:
Álvaro Lázaro
2014-06-13 15:53:42 +02:00
committed by Tibor Vass
parent a1e8edc426
commit e9a2e33699

View File

@ -216,7 +216,7 @@ from the resulting image. You can view the values using `docker inspect`, and
change them using `docker run --env <key>=<value>`.
> **Note**:
> One example where this can cause unexpected consequenses, is setting
> One example where this can cause unexpected consequences, is setting
> `ENV DEBIAN_FRONTEND noninteractive`. Which will persist when the container
> is run interactively; for example: `docker run -t -i image bash`