Dockersee

Task 1

Dockersee is an app which helps you learn and understand docker commands by visualizing them.

First task is to pull docker image from the default docker registry - Docker Hub (https://hub.docker.com/).

docker pull command fetches the image from the Docker registry and saves it to our host.

Try running docker pull hello-world and see how it works.