1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #12711 from Shopify/fix_doc

[docs] small markup fix
This commit is contained in:
Fred Lifton 2015-04-23 15:07:46 -07:00
commit b830b823cd

View file

@ -209,7 +209,7 @@ build and run a `docker` binary in your container.
root@5f8630b873fe:/go/src/github.com/docker/docker#
The command creates a container from your `dry-run-test` image. It opens an
interactive terminal (`-ti`) running a `/bin/bash shell`. The
interactive terminal (`-ti`) running a `/bin/bash` shell. The
`--privileged` flag gives the container access to kernel features and device
access. This flag allows you to run a container in a container.
Finally, the `-rm` flag instructs Docker to remove the container when you