docker/readme.md
Simon Cornet c39cb02b65
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
ci: migrate from gitlab ci to woodpecker
2026-05-15 14:31:03 +02:00

15 lines
491 B
Markdown

# Ansible Role: Docker
Install and configure [Docker](https://docker.io/) container runtime.
## Variables
| Variable | Required | Default | Description |
| -------- | -------- | ------- | ----------------------------------------------------------------------------- |
| `type` | No | `` | Object type to determine if container needs rebooting after removing apparmor |
## Example
```yaml
type: "server"
```