diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8218170..726ddd6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" } \ No newline at end of file