Docker
Firstly we have to start the Docker service
systemctl start docker
To check the docker version
docker --version
To get the image from the registry
docker pull <<image_name>>
To get the image from local if available if not get image from registry an...
vishalsiripruam.hashnode.dev3 min read