mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"name": "Homelab Devcontainer",
|
|
"image": "ghcr.io/vehagn/homelab-devcontainer",
|
|
"mounts": [
|
|
{
|
|
"source": "${env:HOME}${env:USERPROFILE}/.kube",
|
|
"target": "/home/homelab/.kube",
|
|
"type": "bind"
|
|
}
|
|
],
|
|
"remoteUser": "homelab"
|
|
}
|