We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c30139 commit e1031c2Copy full SHA for e1031c2
.devcontainer/devcontainer.json
@@ -1,11 +1,8 @@
1
{
2
"name": "Ubuntu Dev Container",
3
- "build": {
4
- "dockerfile": "Dockerfile",
5
- "context": "."
6
- },
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
7
"features": {
8
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
9
},
10
- "remoteUser": "vscode",
+ "remoteUser": "vscode"
11
}
0 commit comments