Skip to content

Commit

Permalink
added -P to docker run line
Browse files Browse the repository at this point in the history
docker no longer publishes all exposed ports to the host interfaces by default (as of 0.6.6)
  • Loading branch information
tvoran committed Dec 12, 2013
1 parent 2642ddb commit 7cb58dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ them to Graphite.
If you have Docker installed, you can try it out with::

docker build -t collectd-graphite . # from the root of this repository
docker run collectd-graphite
docker run -P collectd-graphite

Then, using ``docker ps``, write down which port has been assigned to collectd
and which one has been assigned to the web interface.
Expand Down

0 comments on commit 7cb58dd

Please sign in to comment.