[Bug 1870514] Re: update containerd:amd64 1.3.3-0 stops docker daemon

2020-12-02 Thread Philip Lewis
As a workaround I opted for using a systemd unit file to create a loose dependency between containerd and dockerd. Here's how: As root: Make the override directory (permission 755) mkdir /etc/systemd/system/containerd.service.d/ Create the override file in the above directory (permissions 644)

[Bug 1870876] Re: docker stopped when containerd updated

2020-12-02 Thread Philip Lewis
*** This bug is a duplicate of bug 1870514 *** https://bugs.launchpad.net/bugs/1870514 As a workaround I opted for using a systemd unit file to create a loose dependency between containerd and dockerd. Here's how: As root: Make the override directory (permission 755) mkdir /etc/systemd/sys