Thanks - this was the solution. I’ve updated the post to reflect the solution I used.
Comment on Docker is renaming a mounted drive
bus_factor@lemmy.world 1 month 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.
gedaliyah@lemmy.world 1 month ago
scrubbles@poptalk.scrubbles.tech 1 month ago
Agreed. Needs to be a required mount in fstab. System won’t even start then if the mount fails, docker always has access