Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add local user to devcontainer #708

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Conversation

nicolasbock
Copy link
Collaborator

Using root in the container will create files owned by root on the host
which is quite inconvenient. Instead, use a non-root user, ubuntu, which
will be mapped by VSCode to the current UID/PID.

Signed-off-by: Nicolas Bock nicolasbock@gmail.com

Using root in the container will create files owned by root on the host
which is quite inconvenient. Instead, use a non-root user, ubuntu, which
will be mapped by VSCode to the current UID/PID.

Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
@nicolasbock nicolasbock merged commit eb9ad46 into lanl:master Apr 12, 2023
@nicolasbock nicolasbock deleted the devcontainer branch April 12, 2023 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants