Docker Commands
docker info
Displays system information
docker info
docker login
Log in to Docker Hub
docker login
docker --version
Used to check your docker version
docker --version
docker pull
Which pulls the image from the repository to your local environment
...
ayushdabhi.hashnode.dev2 min read