Files
homelab-v/.devcontainer/devcontainer.json
T
2025-07-14 13:38:30 +02:00

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"
}