Docker Commands Sheet
docker --version: It will show current version of docker.
docker pull: It will pull an image from repository (ECR) to local machine.
docker images: It will show all the docker image which are in repository.
docker rmi: It will remove an image.
do...
rajat123.hashnode.dev2 min read