My machine that boots on a ramdisk cannot start a docker container.
For example, running hello-world
results in
$ docker run hello-world
docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "process_linux.go:430: container init caused \"rootfs_linux.go:109: jailing process inside rootfs caused \\\"pivot_root invalid argument\\\"\"": unknown.
ERRO[0000] error waiting for container: context canceled
Unfortunately, the DOCKER_RAMDISK=true
variable does not seem to have an effect. I set it before restarting the docker service with systemctl restart docker
but with no effect.
(I'm on Debian Buster)