Docker : A quick reference commands

Docker is a containerization system which packages and runs the application with its dependencies inside a container.  In this post, I will share with you 10 Docker Commands you need to know while working with Docker:

  1. docker –version One of the first things we all want to know is how to find the installed docker version
  2. docker pull <image name> The ‘docker pull’ is a Docker command to download a Docker image or a repository locally on the host from