Created
December 4, 2014 19:46
-
-
Save ericchiang/9bed1aad479b5a5c1831 to your computer and use it in GitHub Desktop.
Docker in a container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo docker run -d \ | |
--name graphite \ | |
-p 80:8888 \ | |
-p 2003:2003 \ | |
-p 8125:8125/udp \ | |
hopsoft/graphite-statsd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment