Fix run instructions for the container.

This commit is contained in:
Daniel Nephin 2015-08-31 21:31:14 -04:00
parent 122e8d8c6e
commit 7a5336c47c
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ Container
.. code::
docker pull dnephin/docker-custodian
docker run -ti dnephin/docker-custodian dcgc --help
docker run -ti \
-v /var/run/docker.sock:/var/run/docker.sock \
dnephin/docker-custodian dcgc --help
Debian/Ubuntu package
~~~~~~~~~~~~~~~~~~~~~