ansible-infra/roles/docker/README.md

568 B

Role docker

Ensures the Docker Engine and other related packages are installed from the Docker repos. For detailed list of packages see: tasks/main/02_docker_install.yaml.

Supported Distributions

The following distributions are supported:

  • Debian 11
  • Debian 12

Required Arguments

None.

Optional Arguments

  • docker__gvisor_setup: Whether or not to set up gVisor (runsc runtime).
    Defaults to false.