Basic commands of Docker

 1,419 total views,  1 views today

 1,419 total views,  1 views today 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…