ansible-infra/roles/docker/README.md

24 lines
449 B
Markdown
Raw Normal View History

# 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/>