Version 6.0
OS Ubuntu 20.04
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:
-
Configures Docker per the official Docker recommendations.
-
Configures Docker Compose per the official Docker Compose recommendations.