Forum EUserv
VPS / virtual private servers => Virtual servers - general => Topic started by: lars on November 14, 2025, 12:25:25 PM
-
Hi support team,
in your paid vps docker is not really able to run. It is possible to run it using "/etc/docker/daemon.json":
{
"storage-driver": "vfs"
}But this will use so much space (>20GB for a normally using <1GB docker project) that it is not useable.
the next secure (from hosting provider perspective) solution would be using "storage-driver": "fuse-overlayfs". But this needs "fuse=1" in lxc-configuration - which I cannot change. Could you change this for me?