eclipse-uprotocol / up-conan-recipes

Conan recipes for uProtocol C++ libraries
0 stars 4 forks source link

Allow RW access to mapped directories #6

Closed gregmedd closed 1 month ago

gregmedd commented 1 month ago

Creates a user account inside the container with UID and GID set to match the user account outside the container to avoid permission issues.

Also allows for the user to request sudo access while inside the container by setting the -s flag.