“Operation not permitted” when accessing a NFS mounted directory inside a docker container
I am working on a Web-App which needs access to a QNAP-NAS file system to edit and create directories and files inside it.
Access to QNAP-NAS filesystem from a docker container
I am developing in a Dash+Plotly web application which will be hosted in a local server(fedora os). Users who access to the application use a QNAP-NAS as a common filesystem, so the application must be able to read and write files to the NAS in order to use the files which are in the NAS, process them and save the output in the same NAS.