зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
11 строки
390 B
Plaintext
11 строки
390 B
Plaintext
2022
|
|
VisualStudioCode - How to change the user in a dev container of 1:04
|
|
https://www.youtube.com/watch?v=PSBeVOw7cKQ
|
|
! { ...,
|
|
! "remoteUser": "vscode",
|
|
! "containerUser": "vscode",
|
|
! ...}
|
|
! and add non-root user to Dockerfile
|
|
https://code.visualstudio.com/remote/advancedcontainers/add-nonroot-user?WT.mc_id=devcloud-0000-buhollan#_creating-a-nonroot-user
|
|
|