Basic Docker Commands
In the previous blog, we have seen about docker and its architecture.
Now we are going to see the various commands in docker.
docker login
-> Used to login into docker registry.
docker pull <image name>
-> This command is used to pull the docker ...
bhaskar422.hashnode.dev3 min read