Skip to content

Instantly share code, notes, and snippets.

@talwai
Created November 23, 2015 01:33
Show Gist options
  • Save talwai/c83cf4faa87ae27f5c74 to your computer and use it in GitHub Desktop.
Save talwai/c83cf4faa87ae27f5c74 to your computer and use it in GitHub Desktop.
Send Metric to Containerized StatsD on Mac OS X via docker-machine
# Mac OS X
echo "aaditya.test.metric:100|g" | nc -u -w0 $(docker-machine ip default) 8125
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment