On Friday, 3 July 2020 14:33:52 BST 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 ?
> best, Tamer |

I haven't used cgroups or docker, but if your mount command above is correct, 
I assume something like this ought to work as far as fstab is concerned:

cgroup  /sys/fs/cgroup/systemd  cgroup  none,name=systemd  0 1

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to