SyntaxFix
Write A Post
Hire A Developer
Questions
ISSUE RESOVLED:
USE docker run -it -p 80:80 --name nginx --net=host -d nginx
docker run -it -p 80:80 --name nginx --net=host -d nginx
that's issue we face with VM some time instead of bridge network try with host that will work for you
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN - tcp6 0 0 :::80 :::* LISTEN -