PlqnK / docker-home-services-host

My personal home services host config.
BSD 3-Clause "New" or "Revised" License
43 stars 6 forks source link

Use a container to mount NFS shares #5

Closed PlqnK closed 4 years ago

PlqnK commented 5 years ago

Instead of configuring and using autofs on the host to mount the NFS shares, use a container.

PlqnK commented 4 years ago

Same as with issue #4 I've also changed my mind on this. I prefer to handle remote filesystem access on the host. If the NFS access is handled directly by docker I will not be able to access my remote shares from scripts running on the host.

AutoFS is working correctly for me so I'm satisfied with this solution.