Docker Desktop traceroute issue

Anyone running container using docker desktop with ubuntu instance? Are you able to traceroute? Mine doesn’t show the actual hops I am expecting … if so how did you fix it?

traceroute to www.google.com (172.217.5.100), 30 hops max, 46 byte packets
1 172.17.0.1 0.013 ms 0.006 ms 0.006 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
.
.
.
.
Thanks

Try to re-installed the older version 2.1.0.5 as there has to be some networking problem with the new versions.

1 Like

Hi echanobe,

Maybe I said a silly dumm but traceroute is a tool on layer 4. Docker is on the layer 7. So I think your result is normal.

Give me a feedback.

Best regards,

mike