24 lines
568 B
Markdown
24 lines
568 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
|
|
|
|
- `docker__gvisor_setup`: Whether or not to set up [gVisor](https://gvisor.dev/) (`runsc` runtime).
|
|
Defaults to `false`.
|
|
|
|
## Links & Resources
|
|
|
|
- <https://docs.docker.com/engine/install/debian/>
|