Merge pull request #36 from vorburger/patch-1

Typo
This commit is contained in:
Will Sargent 2015-04-29 14:26:30 -07:00
commit 4eb04f8584

View file

@ -103,7 +103,7 @@ If you want to run and then interact with a container, `docker start`, then spaw
If you want a transient container, `docker run --rm` will remove the container after it stops.
If you want to remove also the volumes associated with the container, the deletion of the container must include the -v switch like in `docker rm -v`.
If you want to remove also the volumes associated with the container, the deletion of the container must include the -v switch like in `docker --rm -v`.
If you want to poke around in an image, `docker run -t -i <myimage> <myshell>` to open a tty.