Basic commands of Docker

Loading

If you are a beginners in docker, then you have to Below are the basic commands for docker For pull the docker image # docker pull image:tag Note: If you not mentioned the tag, then it will automatically pick the “latest” tag. so the command looks like below # docker pull ubuntu:latest Show docker images…