https://rancher.com/ logo
Title
b

bored-crayon-16839

07/29/2022, 3:51 PM
Hi there. May somebody help me. I've a vert short experience with containerizing anything. But I'm needing run an openzipkin/zipkin image in my windows 10 laptop. Do you have any tutorial you can recommend me to understand how to deploy the zipkin on my local machine using Rancher Desktop on Windows 10? Thanks ✌️
f

freezing-airplane-30363

07/29/2022, 4:18 PM
Hi, better ask in dedicated #rancher-desktop
b

bored-crayon-16839

07/29/2022, 4:19 PM
Thanks...
f

freezing-airplane-30363

07/29/2022, 4:21 PM
but I'd say
docker run -d -p 9411:9411 openzipkin/zipkin
should work when moby/docker backend is selected in RD. Eventually
nerdctl run -d -p 9411:9411 openzipkin/zipkin
when (default) containerd is selected
🙌 1
then try to point your browser to http://localhost:9411
b

bored-crayon-16839

07/29/2022, 4:27 PM
Yes, thank you very much. I've done it and it works great....
🎉 1