Day 20:Docker Cheat Sheet
Docker Commands:
Docker pull: Pulls an image or a repository from a registry.
docker pull <image-name>
Docker push: Pushes an image or a repository to a registry.
docker push <image-name>
Docker images: Show a list of all the images on the local syst...
akshayaphadke.hashnode.dev2 min read