Docker cheat-sheet
Docker Basic Command
To see all images present in your local.
docker images
To find out images in the docker hub.
docker search <image_name>
To download an image from docker-hub to a local machine.
docker pull <image_name>
To give a name to...
dwarkajha.hashnode.dev2 min read