When using moby container engine on windows, how d...
# rancher-desktop
l
When using moby container engine on windows, how does port forwarding work?
docker run -p 8080:80 nginx
doesn't seem to make localhost:8080 available like when running normal docker on linux. The section of the docs on port-forwarding seems to be k8s specific.