docker/defaults/main.yml
Knut Ahlers e4dc9dd4d5
Fix: Docker daemon no longer starting
due to error "Failed to load listeners: no sockets found via socket
activation: make sure the service was started by systemd"
2018-11-08 09:53:35 +01:00

18 lines
312 B
YAML

---
docker_channel: stable # one of: stable, test, edge, nightly
docker_configure_ipv6: true
#docker_auth_config:
# auths:
# my.registry:
# auth: '{{ "user:pass" | b64encode }}'
docker_auth_config_user: root
docker_auth_config_homedir: /root
docker_start_opts:
- -H unix:///var/run/docker.sock
...