<div dir="ltr"><div>Hello,</div><div><br></div><div>I am using the /vsimem/ driver to create a virtual netCDF from a bytes string in Python3. The process works fine when run from my host system but when I package it up in a Docker container  I'm getting errors when trying to open the in memory file. The error stems from a call to `gdal.Open('/vsimem/<a href="http://name_of_file.nc">name_of_file.nc</a>')`, and the error text is: "CPLCreateUserFaultMapping(): syscall(__NR_userfaultfd) failed". <br></div><div><br></div><div>I'm aware a simple work around would be to  write the file to an on-disk file and just delete it when I don't need it anymore but am curious as to why the /vsimem/ driver is failing in a Docker container.<br></div><div><br></div><div>Any help or insight would be appreciated!</div><div><br></div><div>Cheers,</div><div><br></div><div>Alexander Riggs<br></div></div>