Centos Docker : Connection reset by peer
I run nginx container on my azure Vm, centos 7 with this command: docker run --name nginx2 --detach -p 0.0.0.0:90:80 nginx Now If I run this command on the host machine: curl localhost:90 I got the error: curl: (56) Recv…