timkelty

Members
  • Posts

    3
  • Joined

  • Last visited

timkelty's Achievements

Noob

Noob (1/14)

0

Reputation

  1. @Squid Hmmm – I have the path set to Read/Write: Slave and I'm still seeing the behavior. Today I lost power and all my mounts are empty, and back when I restart the containers. Any other ideas?
  2. I have an NFS share via the Unassigned Devices plugin mounted at /mnt/remotes/192.168.0.2_mediabot It is set to automount. I also have docker containers (installed via Apps), using that as a bind mount, eg: /mnt/remotes/192.168.0.2_mediabot/library/ from the host/unraid is mounted to /data/ in the container. This all works fine, with one problem: If the NFS share unmounts/remounts (eg if that device restarts), it will be broken in the container until I restart the docker container. So, I'm looking for a way to either: - prevent the docker mount from breaking at all - automatically restart the container when the mount breaks - any other suggestions I suspect one approach that may work better is to actually use the docker nfs driver for the mount, rather than just relying on it being at that path on the host machine. I'm savvy with Docker, but less-so with unraid, and don't really know how to achieve that via the Docker container UI, so any tips are apprecaited.