Comment on Docker is renaming a mounted drive

bus_factor@lemmy.world ⁨5⁩ ⁨weeks⁩ ago

It looks like you’re relying on media automounting to access the drive, but this is happening too late for Docker.

I would suggest creating the empty folder and explicitly adding the Mount to /etc/fstab instead. This should mount early enough, and even if it doesn’t it needs an empty folder for the mount point anyway.

source
Sort:hotnewtop