Docker Desktop
Docker Desktop is a native application that delivers all of the Docker tools to your Mac or Windows Computer.
- Open Docker Desktop. (Download here if you don’t have it).
- Type the following command in your terminal:
docker run -dp 80:80 docker/getting-started
- Open your browser to http://localhost
- Have fun!
DockerID:qingyu111