I installed Docker on Windows these days but I'm having several issues while running my container. Even with it standing, I can not access the project through the browser using the IP of the docker-machine, 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? When accessing the browser, the message "CONNECTION_REFUSED" appears