I Declare Defeat - Mount NFS in Docker
October 20, 2020 —Category: IT
Today I've tried to mount a NFS into a docker volume via the following means: Mount the NFS on the host and create a docker volume using the absolute path Create a docker volume via NFS Both variants have failed miserably, in hte sense that I could get the docker container to "see" it, but read-only…