Docker Commands with Examples
docker --version
This command is used to get the currently installed version of docker
docker pull
Usage: docker pull [image name]
This command is used to pull images .
Docker looks for this image on our local system. When it can’t find the image, D...
supriya31.hashnode.dev1 min read