mirror of
https://github.com/luzifer-ansible/docker.git
synced 2024-11-08 13:50:10 +00:00
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"
This commit is contained in:
parent
c22d010111
commit
e4dc9dd4d5
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ docker_auth_config_user: root
|
|||
docker_auth_config_homedir: /root
|
||||
|
||||
docker_start_opts:
|
||||
- -H fd://
|
||||
- -H unix:///var/run/docker.sock
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue