feat(devcontainer): Added containerUser for rootless podman
This commit is contained in:
parent
727c58c06f
commit
018d667b19
1 changed files with 3 additions and 1 deletions
|
|
@ -14,5 +14,7 @@
|
|||
"forwardPorts": [
|
||||
1313
|
||||
],
|
||||
"postStartCommand": "hugo server --bind 0.0.0.0"
|
||||
"postStartCommand": "hugo server --bind 0.0.0.0",
|
||||
// non-root user (e.g. for rootless podman)
|
||||
"containerUser": "vscode"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue