feat(devcontainer): Added configuration options for rootless podman
This commit is contained in:
parent
7b4eecc99e
commit
150a86c782
1 changed files with 10 additions and 1 deletions
|
|
@ -14,5 +14,14 @@
|
|||
"forwardPorts": [
|
||||
1313
|
||||
],
|
||||
"postStartCommand": "hugo server"
|
||||
"postStartCommand": "hugo server",
|
||||
// see: https://github.com/cachix/devenv/issues/935
|
||||
"runArgs": [
|
||||
"--userns=keep-id:uid=1000,gid=1000"
|
||||
],
|
||||
"containerUser": "vscode",
|
||||
"updateRemoteUserUID": true,
|
||||
"containerEnv": {
|
||||
"HOME": "/home/vscode"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue