add Edgeshark to devcontainer
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"image": "ghcr.io/srl-labs/containerlab/clab-devcontainer:0.55.0",
|
"image": "ghcr.io/srl-labs/containerlab/clab-devcontainer:0.55.0",
|
||||||
"forwardPorts": [
|
"forwardPorts": [
|
||||||
50080
|
50080,
|
||||||
|
5001
|
||||||
],
|
],
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
@@ -10,5 +11,6 @@
|
|||||||
"redhat.vscode-yaml"
|
"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"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user