Docker FlashCards

running the first container


The container is a runtime instance of image. If you are familar with object orient programming, the image is similar to the class and the container is an instance of class.

The easiest way to run a container is to use the docker run command.