First Commit
This commit is contained in:
6
.devcontainer/devcontainer.json
Normal file
6
.devcontainer/devcontainer.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user