Michael Bianco
2 years ago
No known key found for this signature in database
GPG Key ID: E5E32D3B0D0B4261
1 changed files with
20 additions and
0 deletions
-
.devcontainer/devcontainer.json
|
@ -0,0 +1,20 @@ |
|
|
|
|
|
// https://aka.ms/devcontainer.json |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "Docker Devcontainer", |
|
|
|
|
|
"image": "mcr.microsoft.com/vscode/devcontainers/base:0-ubuntu-22.04", |
|
|
|
|
|
|
|
|
|
|
|
"forwardPorts": [], |
|
|
|
|
|
"remoteUser": "vscode", |
|
|
|
|
|
|
|
|
|
|
|
"features": { |
|
|
|
|
|
"homebrew": "latest", |
|
|
|
|
|
// you can view all of the features here: https://github.com/devcontainers/features/tree/main/src |
|
|
|
|
|
"ghcr.io/devcontainers/features/sshd:1": { |
|
|
|
|
|
"version": "latest" |
|
|
|
|
|
}, |
|
|
|
|
|
"ghcr.io/devcontainers/features/docker-in-docker:1": { |
|
|
|
|
|
"version": "latest", |
|
|
|
|
|
"dockerDashComposeVersion":"v2" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |