What is a Docker container?

Docker containers can be understood as running instances of Docker images. Any number of containers can be launched using a single Docker image. Suppose we launched four containers using four different images:

  • Container 1: VLC software installed
  • Container 2: Python installed
  • Container 3: Java installed
  • Container 4: Firefox installed

Get hands-on with 1200+ tech skills courses.