19 lines
650 B
JSON
19 lines
650 B
JSON
{
|
|
"image": "ghcr.io/srl-labs/containerlab/clab-devcontainer:latest",
|
|
"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"
|
|
} |