0
I installed Docker on Windows these days but am having several problems running my container. Even with it standing, I can’t access the project from the browser using the Docker-machine IP, this is the command I’m using to run the container.
docker run -it -d -v /homer/user/html:/usr/share/nginx/html -p 80:80 myimage
Does anyone have any idea what it might be? While accessing the browser appears the message "CONECTION_REFUSED"
And I’m guessing your container is running something at gate 80, right? What are you running in it?
– Genos
Add dockerfile to the question.
– Murillo Goulart