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 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.
gedaliyah@lemmy.world 5 weeks ago
scrubbles@poptalk.scrubbles.tech 5 weeks ago
Agreed. Needs to be a required mount in fstab. System won’t even start then if the mount fails, docker always has access