Merge pull request #6411 from alazaro/patch-1

Fix typo
This commit is contained in:
James Turnbull 2014-06-13 08:15:29 -07:00
commit 7b366b1f01
1 changed files with 1 additions and 1 deletions

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`