Document Debian 12 support, enhance wording, bring structure in line with the READMEs of more modern roles and remove unnecessary sections.
23 lines
449 B
Markdown
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/>
|