maresb / micromamba-devcontainer-example

MIT License
16 stars 4 forks source link

Fix dev container group permissions for nonstandard gid #16

Closed maresb closed 1 year ago

maresb commented 1 year ago

When started by a user whose UID/GID isn't the default, VSC changes the UID without updating the group ownership of /opt/conda. To get around this, we create a mamba-admin group, add mambauser to this group, and change the group ownership to mamba-admin.

maresb commented 1 year ago

Opened in wrong repo