First Commit

This commit is contained in:
darnodo
2025-11-08 18:52:44 +01:00
commit 0b5a0a2032
7 changed files with 850 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"image": "ghcr.io/srl-labs/containerlab/devcontainer-dind:latest",
"runArgs": ["--network=host", "--pid=host", "--privileged"],
"forwardPorts": [50080, 5001],
"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"
}