Docker

Docker

Docker is a set of platform as a service product that uses OS-level virtualization to deliver software in packages called containers. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries, and settings.

Packages Included

Package Version License
Docker CE 20.10.7 Apache 2
Docker Compose 1.29.2 Apache 2


Getting Started after Deploying Docker

In addition to package installation, the Docker application stack image also:

  1. Configures Docker per the official Docker recommendations.

  2. Configures Docker Compose per the official Docker Compose recommendations.