Carla
Problems building docker image using /workspace as root
Hello. I am trying to build my docker containers on runpod. I am using a Network Storage on the volume /workspace.
I installed docker, and set the root as /workspace/docker/ because it will take a lot of space
It was taking a long time, and we noticed the storage-driver was "vfs". So we tried to change it to "fuse-overlayfs" and seem to work, but when pulling Redis files (one of my containers is for Redis), it gave this error:
I tried running the modprobe and had this error:
I tried installing fuse and a bunch of packages, but nothing seems to work.
Does someone know how to add the "fuse", or do we need to use a different storage driver for Docker in the /workspace?
19 replies