Docker Desktop 101 Tutorial
https://www.docker.com/101-tutorial
In the Terminal, execute the following command and then open a browser to http://localhost
docker run -d -p 80:80 docker/getting-started
https://www.docker.com/101-tutorial
In the Terminal, execute the following command and then open a browser to http://localhost
docker run -d -p 80:80 docker/getting-started