Docker is a platform for packaging, distributing, and running applications
Concepts
The Docker Workflow
The image contains the filesystem and path to the application executable when you run the image
A Docker Registry is a repository that stores your Docker images and allows easy sharing of those images between different people and computers.
A running container is a process running on the host, but it's completely isolated from both the host and all other processes running on it.
Capabilities of orchestrators are