moby: cannot found cgroup mount destination
When i try to start an image i get the error:
Error response from daemon: cgroups: cannot found cgroup mount destination: unknown
i use void linux 64 bit
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 3
- Comments: 16
Temp fix is sudo mkdir /sys/fs/cgroup/systemd sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd
Seems to be related to this: https://github.com/voidlinux/void-packages/issues/9811