Docker containers are similar to a directory. A Docker container holds everything that is needed for an application to run.
Each container is created from a Docker Image. Docker containers can be run, started, stopped, moved, and deleted.
Each container is an isolated and secure application platform. Docker containers are the run component of Docker.
# See also - Docker - Software Containers