docker-zipkin icon indicating copy to clipboard operation
docker-zipkin copied to clipboard

Support OS/X native docker

Open codefromthecrypt opened this issue 9 years ago • 1 comments

docker toolbox works fine on OS/X, but docker native might need some work.

See https://github.com/openzipkin/docker-zipkin-java/issues/8

codefromthecrypt avatar Jul 22 '16 08:07 codefromthecrypt

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

codefromthecrypt avatar Jul 13 '17 11:07 codefromthecrypt