How to configure Docker container to ignore missing NFS volume?

That’s my fallback as well, but the only problem with that approach is that I don’t think the container will be able to identify if the NFS mount fails. I didn’t test it out yet, but I would expect that if the NFS mount fails, the bind mount would simply allow the container to write to the host’s file system instead.

Thanks,

Eric