docker-zipkin
docker-zipkin copied to clipboard
Support OS/X native docker
docker toolbox works fine on OS/X, but docker native might need some work.
See https://github.com/openzipkin/docker-zipkin-java/issues/8
the kafka advertised IP is tricky local vs docker-machine. @devshorts found this on when looking at issue: wurstmeister/kafka-docker#110
$ /sbin/ifconfig | grep -v '127.0.0.1' | awk '$1=="inet" {print $2}' | cut -f1 -d'/' | head -n 1