add Edgeshark to devcontainer

This commit is contained in:
Damien A
2024-07-28 15:41:16 +02:00
parent 63428f907f
commit d36f9bb617

View File

@@ -1,7 +1,8 @@
{
"image": "ghcr.io/srl-labs/containerlab/clab-devcontainer:0.55.0",
"forwardPorts": [
50080
50080,
5001
],
"customizations": {
"vscode": {
@@ -10,5 +11,6 @@
"redhat.vscode-yaml"
]
}
}
},
"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"
}