3D-Beacons / 3d-beacons-client

Implementation of the 3D-Beacons client (local 3D model server)
Apache License 2.0
3 stars 6 forks source link

run docker container with unprivileged user #38

Open sillitoe opened 2 years ago

sillitoe commented 2 years ago

Currently the docker containers run with the default user.

This avoids permission issues when writing files to the shared volume on the host machine, however it does so by writing files as root which is far from ideal.

Suggested approach: