Bug#939539: Docker is running!

2019-10-01 Thread Felicia
No not running a custom kernel, running linux-image-5.2.0-3-amd64.  As I just mentioned in the previous response the GRUB_CMDLINE_LINUX modification was not necessary as I initially thought.

Bug#939539: Docker is running!

2019-09-30 Thread Arnaud Rebillout
On 10/1/19 7:05 AM, Felicia wrote: I found two things to solve this issue: 1) edit /etc/default/grub and edit the line GRUB_CMDLINE_LINUX to contain:     GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1" 2) Run the following script:     https://github.com/moby/moby/issues/8791#issueco

Bug#939539: Docker is running!

2019-09-30 Thread Felicia
I found two things to solve this issue: 1) edit /etc/default/grub and edit the line GRUB_CMDLINE_LINUX to contain:     GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1" 2) Run the following script:     https://github.com/moby/moby/issues/8791#issuecomment-60874893