Answers for "docker getting started not working"

-1

docker getting-started

#make sure docker is installed 
docker run -dp 80:80 docker/getting-started
Posted by: Guest on May-27-2020
0

docker windows browser can't see the server

If you’re using Docker Machine on a Mac or Windows, use 
docker-machine ip 
>>192.168.99.100
to get the IP address of your Docker host. 
Then, open http://MACHINE_VM_IP:5000 in a browser.
Posted by: Guest on May-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language