When trying to start a container:
Code
Phoenix:~/.kodi/addons # docker start lemp
Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:359: container init caused \"rootfs_linux.go:54: mounting \\\"cgroup\\\" to rootfs \\\"/storage/.kodi/userdata/addon_data/service.system.docker/docker/overlay2/52657e45c9f38c6d6ba9dd684723461fe5957053c3b6660a257b82e1eba946a1/merged\\\" at \\\"/sys/fs/cgroup\\\" caused \\\"no subsystem for mount\\\"\""
Error: failed to start containers: lemp
Seems to be related to systemd upgraded to 233:
FS#53271 : [docker] systemd 233 breaks docker with cgroups v2
I tried to compile the docker addon with v17.03.1-ce as per the above link but it doesn't fix this issue.
The workaround in Can not run any docker container (fresh install after reboot) · Issue #28109 · moby/moby · GitHub , adding
to the docker run/create command line did the trick.