mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-01-27 18:19:12 +00:00
13 lines
256 B
JSON
13 lines
256 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": "dev"
|
|
}
|