mirror of https://github.com/docker/cli.git
Fix typo
This commit is contained in:
parent
cf6acae39b
commit
1fa4c8b6b0
|
@ -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>`.
|
change them using `docker run --env <key>=<value>`.
|
||||||
|
|
||||||
> **Note**:
|
> **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
|
> `ENV DEBIAN_FRONTEND noninteractive`. Which will persist when the container
|
||||||
> is run interactively; for example: `docker run -t -i image bash`
|
> is run interactively; for example: `docker run -t -i image bash`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue