Docker Day 3 - Basic Docker Commands
Here’s what I practiced and learned:
docker --version – To check the installed Docker version
docker search <image-name> – To search for images on Docker Hub
docker pull <image-name> – To download images from Docker Hub
docker images – To list al...
ammanfarooque.hashnode.dev1 min read