Prabhjot
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now 20 most popular Commands for Docker docker -version : gives the currently installed docker version.docker run : creates a container from an image.docker ps : lists down all the containers which are running.docker ps -a : lists all the running and the exited containers.docker stop : Stops a running containerdocker kill : kills a
Read more