From 29c093b94d8300ab96f03ca9760b2cd6f2e28320 Mon Sep 17 00:00:00 2001 From: Damien A Date: Sun, 16 Jun 2024 19:50:28 +0200 Subject: [PATCH] Customize DevContainer --- .devcontainer/devcontainer.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e24ff57..8218170 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,14 @@ { - "image": "ghcr.io/srl-labs/containerlab/clab-devcontainer:0.55.0" + "image": "ghcr.io/srl-labs/containerlab/clab-devcontainer:0.55.0", + "forwardPorts": [ + 50080 + ], + "customizations": { + "vscode": { + "extensions": [ + "ms-azuretools.vscode-docker", + "redhat.vscode-yaml" + ] + } + } } \ No newline at end of file