Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
[R] Unify usernames with vscode.
Browse files Browse the repository at this point in the history
Since the old username `docker` is the default username in old image
r-apt:bionic, and the new image r-ver have no default user.
https://github.com/rocker-org/rocker/blob/master/r-apt/bionic/Dockerfile
  • Loading branch information
eitsupi committed Jan 26, 2021
1 parent 979fe15 commit c1548b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/r/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
// "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "docker"
"remoteUser": "vscode"
}

0 comments on commit c1548b4

Please sign in to comment.