Docker Commands Cheatsheet

Reminder: A Container is a running instance of an Image Docker CLI commands Command Meaning docker info This command displays system wide information regarding the Docker installation docker pull download an image from dockerhub docker images show list of locally available docker image docker start start container docker stop stop container docker run pulls image,…