Skip to content

Commit

Permalink
devcontainer: use latest dind
Browse files Browse the repository at this point in the history
  • Loading branch information
markirb committed Dec 23, 2024
1 parent 1cb5084 commit 9c1e696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
"features": {
"docker-in-docker": "20.10",
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"git": "latest"
},
"postStartCommand": "sudo service dbus start; sudo service avahi-daemon start"
}
}

0 comments on commit 9c1e696

Please sign in to comment.