Skip to content

Instantly share code, notes, and snippets.

@ericchiang
Created December 4, 2014 19:46
Show Gist options
  • Save ericchiang/9bed1aad479b5a5c1831 to your computer and use it in GitHub Desktop.
Save ericchiang/9bed1aad479b5a5c1831 to your computer and use it in GitHub Desktop.
Docker in a container
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