Docker Basic Commands
1. Check Docker Version
docker --version
Example: This command shows you the installed version of Docker on your machine.
Output: Something like Docker version 20.10.7, build f0df350.
2. Pull an Image
docker pull ubuntu
Example: This command down...
parth-sharma-devops.hashnode.dev2 min read