Browse Source

Adding devcontainer

pull/157/head
Michael Bianco 2 years ago
parent
commit
801a136b44
No known key found for this signature in database GPG Key ID: E5E32D3B0D0B4261
  1. 20
      .devcontainer/devcontainer.json

20
.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"
}
}
}
Loading…
Cancel
Save