Docker Desktop shows the port number mapped to port 443 (55018 in the docker run command I provided earlier).
In my case, when I click the container name, ports are REVERSE-sorted on the container’s port number (443 comes first - then .
Do you think the difference in order is causing the issue? If so, what determines the order? (is it the order it appears in the docker run command?).
I am using Docker Desktop v4.0.1 (68347), Engine 20.10.8.
If you still want me to test with busybox, I will do that and get back to you…
