Open aakash-v-virani opened 1 year ago
There is a file called cpus that you can copy from /sys/fs/group/cpuset and rename as needed. Most likely though the /docker directory doesn't exist because /sys is read only.
You can copy everything from /sys/fs/cgroup to a new directory under your home directory and then use mount -o bind to mount the new directory at that location and have it be writable so you can make the missing files and folders under there
Using crouton, I am trying to run docker container inside chroot in Chrome OS and docker run command fails with below error
Facing exactly same issue as https://github.com/docker/for-linux/issues/689
Any help would be appreciated :)