Setup Docker
Last updated
Last updated
check for installation steps
Once you are done installing Docker, test your Docker installation by running the following:
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.