Glossary: Docker

Docker

Docker is a widely used container format. Docker defines a standard format for packaging and porting software, much like ISO containers define a standard for shipping freight. As a runtime instance of a Docker image, a container consists of three parts: • A Docker image • An environment in which the image is executed • A set of instructions for running the image.
Skip to content