Cgroup mountpoint does not exist

I upgraded my OS from Ubuntu 21.04 to 21.10. When I start my storagenode, I get a new error:

# docker run -d --restart unless-stopped --stop-timeout 300 -p 28967:28967 -p 127.0.0.1:14002:14002 ... -mount type=bind,source="/stor1/identity",destination=/app/identity --mount type=bind,source="/stor1/data",destination=/app/config --name storagenode storjlabs/storagenode:latest
docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown.

I see from other posts that 21.10 might not be supported, yes. If this is correct, when will this change (approx.)?

Any help much appreciated.

Docker should now be supported on Ubuntu 21.10, the docker update was released recently.

1 Like

Thanks for the suggestion. I reverted the upgrade. So, I cannot try your solution, but I hope others will do so.

1 Like