mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-02 13:46:22 +02:00
documentation
This commit is contained in:
parent
7fb19e8f81
commit
1be5608a53
@ -27,6 +27,14 @@ You can control whether the package is installed, uninstalled, or at the latest
|
||||
|
||||
Variables to control the state of the `docker` service, and whether it should start on boot. If you're installing Docker inside a Docker container without systemd or sysvinit, you should set these to `stopped` and set the enabled variable to `no`.
|
||||
|
||||
```yaml
|
||||
docker_daemon_settings:
|
||||
data-root: /data
|
||||
debug: true
|
||||
```
|
||||
|
||||
Configure /etc/docker/daemon.json for more options please read documentation there https://docs.docker.com/config/daemon/
|
||||
|
||||
docker_install_compose: true
|
||||
docker_compose_version: "1.26.0"
|
||||
docker_compose_path: /usr/local/bin/docker-compose
|
||||
|
Loading…
Reference in New Issue
Block a user