ansible-infra/roles/docker/README.md
June ce812fb006
docker(role): update README
Document Debian 12 support, enhance wording, bring structure in line
with the READMEs of more modern roles and remove unnecessary sections.
2025-02-18 05:33:30 +01:00

23 lines
449 B
Markdown

# 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`](./tasks/main/02_docker_install.yaml).
## Supported Distributions
The following distributions are supported:
- Debian 11
- Debian 12
## Required Arguments
None.
## Optional Arguments
None.
## Links & Resources
- <https://docs.docker.com/engine/install/debian/>