Tried to debug a little more and worked in a different port:
docker run -d -p 8080:80 --name webserver nginx
IIS Express service was using port 80. My bad
Share and learn in the Docker community.
Tried to debug a little more and worked in a different port:
docker run -d -p 8080:80 --name webserver nginx
IIS Express service was using port 80. My bad