Carla
Carla
RRunPod
Created by Carla on 7/5/2024 in #⛅|pods
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:
failed to register layer: using mount program fuse-overlayfs: fuse: device not found, try 'modprobe fuse' first
fuse-overlayfs: cannot mount: No such file or directory
failed to register layer: using mount program fuse-overlayfs: fuse: device not found, try 'modprobe fuse' first
fuse-overlayfs: cannot mount: No such file or directory
I tried running the modprobe and had this error:
modprobe: FATAL: Module fuse not found in directory /lib/modules/6.1.62
modprobe: FATAL: Module fuse not found in directory /lib/modules/6.1.62
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