Skip to content

docker: make sure systemd services are restarted during docker daemon upgrades

godog requested to merge docker_daemon_dep into master

This way systemd units for docker containers are orderly stopped before the daemon and started on daemon start.

Merge request reports