mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
18 lines
396 B
JSON
18 lines
396 B
JSON
{
|
|
"name": "Stonegarden Homelab Devcontainer",
|
|
"build": {
|
|
"dockerfile": "Containerfile"
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/common-utils:2": {
|
|
"installZsh": true,
|
|
"configureZshAsDefaultShell": true,
|
|
"installOhMyZsh": true,
|
|
"installOhMyZshConfig": true,
|
|
"upgradePackages": true,
|
|
"username": "dev"
|
|
},
|
|
},
|
|
"remoteUser": "dev"
|
|
}
|