Files
D. Arnodo 42a74ca61c feat(access template) : Create the Access jinja template (#8)
- Switch do dind
- update host IPs configuration
2025-03-30 15:53:49 +02:00

24 lines
745 B
JSON

{
"image": "ghcr.io/srl-labs/containerlab/devcontainer-dind:latest",
"runArgs": [
"--network=host",
"--pid=host",
"--privileged"
],
"forwardPorts": [
50080,
5001
],
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker",
"redhat.vscode-yaml",
"srl-labs.vscode-containerlab",
"hediet.vscode-drawio",
"DavidAnson.vscode-markdownlint"
]
}
},
"postCreateCommand": "sudo mkdir -p /opt/edgeshark && sudo curl -sL https://github.com/siemens/edgeshark/raw/main/deployments/wget/docker-compose.yaml -o /opt/edgeshark/docker-compose.yaml"
}