This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
Missing KillMode=process
in docker.service
cause live-restore
fail.
#3963
Labels
As discussed in moby/moby#30308, I created a Digital Ocean droplet, with Ubuntu 16.04 on it, and the
live-restore
is failed to use.It becasue the
/etc/systemd/system/multi-user.target.wants/docker.service
didn't contain the same settings in the https://github.com/docker/docker/blob/master/contrib/init/systemd/docker.service , especially, in this case, theKillMode=process
is missing, which is the reasonlive-restore
doesn't work in the docker host created bydocker-machine
.Should we consider using systemd drop-in settings instead? So most other settings can be inherited from the default package settings.
The text was updated successfully, but these errors were encountered: