jaymoulin / docker-plex

Plex Media Server - Docker Image (Multiarch + Raspberry Pi) - 5M downloads
https://brands.jaymoulin.me/me/docker-plex
MIT License
97 stars 17 forks source link

Error: Memory cgroup not supported #7

Closed Sloy closed 6 years ago

Sloy commented 6 years ago

When I install and then run docker with the suggested commands I get the following error:

docker: Error response from daemon: cgroups: memory cgroup not supported on this system: unknown.

Thanks to this StackOverflow answer, the problem seems to be related to a recent release of docker and using an older one works as a workaround while they fix it: $ sudo apt install docker-ce=17.09.0~ce-0~raspbian

Or if you don't use raspbian like me (I use an openmediavault image) you should: $ sudo apt install docker-ce=17.09.0~ce-0~debian

This is just an FYI issue in case somebody else has the same problem than me. Feel free to just close it right away.

And thanks for the image and the install scripts! Made my life so much easier :) ❤️

jaymoulin commented 6 years ago

I don't get the issue. What did you do?. My version is this one :

$ docker -v
Docker version 17.11.0-ce, build 1caf76c
jaymoulin commented 6 years ago

I don't think you'll have this issue installing via the official script that I attached to the README

Sloy commented 6 years ago

Hum, maybe the raspbian version is not affected :O I did install docker with the script from the readme. The difference is I'm running OpenMediaVault in my raspi.

I get the error with that same version:

# docker -v
Docker version 17.11.0-ce, build 1caf76c

This is the installed package:

# apt list docker-ce
Listing... Done
docker-ce/jessie,now 17.11.0~ce-0~debian armhf [installed]

But again, downgrading to the version 17.09.0 as above seems to do the trick for me. If you don't have the same issue that's good news.

jaymoulin commented 6 years ago

I'm not running a raspbian, that may explain! Thanks for reporting anyway!