On 03/07/2020 16:33, Tamer Higazi wrote:
Hi people,

I had a problem with docker on gentoo and found the solution for all my problems with a custom mount command:

|sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd Can anybody of you tell me how to add that one in /etc/fstab file ?

I use docker and I don't have to add anything like that to fstab. systemd mounts it automatically. However:

https://wiki.gentoo.org/wiki/Docker#Docker_service_fails_because_cgroup_device_not_mounted_.28systemd.29

So make sure to emerge systemd with the "cgroup-hybrid" USE flag set.


Reply via email to