Docker Commands for DevOps
docker –version:get the currently installed version of docker
ubuntu@ip-172-31-31-147:~$ docker --version
Docker version 20.10.21, build 20.10.21-0ubuntu1~22.04.3
docker pull:pull images from the docker repository(hub.docker.com)
ubuntu@ip-1...
goutamdevops.hashnode.dev5 min read