I'm trying to run Zipkin server with docker but how can I store the log files? or how can I store the volume? there is no clear documentation for that.
Docker command :
docker run -d -p 9411:9411 openzipkin/zipkin
I'm trying to run Zipkin server with docker but how can I store the log files? or how can I store the volume? there is no clear documentation for that.
Docker command :
docker run -d -p 9411:9411 openzipkin/zipkin