ecm-distro-tools/.devcontainer/devcontainer.json

18 lines
619 B
JSON

{
"name": "ecm-distro-tools",
// The dockerfile will be at te root of the project
"build": {"dockerfile": "Dockerfile"},
// // Your code path from the .devcontainer directory
// "workspaceFolder": ".",
// List of ports that you want to preview
// "forwardPorts": [1234, 5678],
// Script to run to bootstrap the app when the space is created
"extensions": [
"github.vscode-pull-request-github",
"ms-azuretools.vscode-docker",
"visualstudioexptteam.vscodeintellicode",
"ms-vscode.go"
],
"runArgs": ["--volume=/var/lib/docker", "--privileged"]
}