Does it work with fuse-overlayfs?Note: If you run PBS, it won't work with the overlay file system. So, my suggestion at the moment, stick with VFS. Or, if you're so inclined, move your docker to the host server and avoid all of this fun!
Does it work with fuse-overlayfs?Note: If you run PBS, it won't work with the overlay file system. So, my suggestion at the moment, stick with VFS. Or, if you're so inclined, move your docker to the host server and avoid all of this fun!
Does it work with fuse-overlayfs?
Missing the opening quotation mark, but you're a lifesaver! Just wish I found this a few hours ago.EDIT: Here's the fix, it's clean for most setups, things like Home Assistant OS may or may not work, still finding out. Ultimately, you'll need to create a file in /etc/docker/ called daemon.json. Inside the file put a line:
Code:storage-driver": "vfs"
Have registered on the forum just to say this:ok, I changed to vfs and everything came back. This will probably break most docker installs that are running on Proxmox in LXC, so this will hopefully be helpful for people.
If anyone can chime in, is there any way to use a more performant driver with the nested config? I'm about to redo my disks, so I'll probably just setup docker on ZFS on bare metal as that seems to be the better solution, yet I'm wondering if there's a better option for me to use until I have time to do my rebuild...
Thanks for the assist Fabian, you may want to spread this info, considering there will be several others with the same issue, considering it defaults to overlay2 even though it's not actually compatible.
Cheers!
Missing the opening quotation mark, but you're a lifesaver! Just wish I found this a few hours ago.
I didn't realize LXC was not recommended for a docker host, I'll have to work on migrating to a VM. Any downsides to a VM over LXC?
cat /etc/docker/daemon.json
{
"storage-driver": "vfs"
}