#LearnDocker

#Dockeroverview

Docker Desktop

Docker Desktop is a native application that delivers all of the Docker tools to your Mac or Windows Computer.

  1. Open Docker Desktop. (Download here if you don’t have it).
  2. Type the following command in your terminal: docker run -dp 80:80 docker/getting-started
  3. Open your browser to http://localhost
  4. Have fun!

DockerID:qingyu111