nest / nest-docker

Build scripts for the docker container with NEST simulator and services
https://nest-simulator.org/
GNU General Public License v2.0
3 stars 7 forks source link

Fix permission problem with shared folders #13

Closed steffengraber closed 5 years ago

steffengraber commented 5 years ago

There are permission problems with using shared folders. The UID of the user on the server should be the same as that of the user in the Docker image, otherwise there will be access problems to folders and files of the server system. This PR solved it.