Hey Michael,
Thanks for the quick response, I've been bashing my head against this for a
while.
Unfortunately restarting the docker daemon did not work for me. I can
access the EFS from within docker using regular unix commands like `cp`,
and `cat`, even with GDAL `VSIFOpenL` and `VSIFReadL`. Howe
Have you restarted the docker daemon after mounting the EFS drive to the local
OS? If not, do that and then map the volume with -v. That worked for me.
Michael Smith
Remote Sensing/GIS Center
US Army Corps of Engineers
> On Mar 18, 2018, at 7:15 AM, Ouwen Huang wrote:
>
> Hello,
>
> I am hav
Hello,
I am having some trouble loading a GeoTiff into GDAL from a docker
container that is mounting a NFS (specifically amazon EFS). When mounting a
volume with the `docker -v` command or mounting the NFS directly into
docker under `--privileged` mode. The `gdal.Open` command hangs.
I am able to