Trying to start docker in porteus.
Downloaded the standalone binaries from below URL and tried the steps.
https://docs.docker.com/engine/install/ ... s-on-linux
Getting below error!!
WARN[2021-10-18T06:11:33.616122107+05:30] Unable to find blkio cgroup in mounts
WARN[2021-10-18T06:11:33.616137650+05:30] Unable to find cpuset cgroup in mounts
WARN[2021-10-18T06:11:33.616166146+05:30] Unable to find pids cgroup in mounts
INFO[2021-10-18T06:11:33.617352951+05:30] stopping healthcheck following graceful shutdown module=libcontainerd
INFO[2021-10-18T06:11:33.617373516+05:30] stopping event stream following graceful shutdown error="context canceled" module=libcontainerd namespace=plugins.moby
WARN[2021-10-18T06:11:34.618382325+05:30] grpc: addrConn.createTransport failed to connect to {unix:///var/run/docker/containerd/containerd.sock <nil> 0 <nil>}. Err :connection error: desc = "transport: Error while dialing dial unix:///var/run/docker/containerd/containerd.sock: timeout". Reconnecting... module=grpc
failed to start daemon: Devices cgroup isn't mounted
Tried a cgroup-mount script from github and ran that as root, still issue persist
Any Idea?
Thanks in advance

