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:
Knut Ahlers 2018-11-08 09:53:35 +01:00
parent c22d010111
commit e4dc9dd4d5
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -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
...