Setup Docker
Setting up your computer
check official documentation for installation steps
Once you are done installing Docker, test your Docker installation by running the following:
HELLO WORLD
Playing with ubuntu
To get started, let's run the following in our terminal:
The pull command fetches the ubuntu image from the Docker registry and saves it to our system. You can use the docker images command to see a list of all images on your system.
Last updated