From 4c879c726ff802d14701acde1f25bb15ce028485 Mon Sep 17 00:00:00 2001 From: Damien A Date: Tue, 9 Jan 2024 18:57:20 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5e0a085..f1bed57 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,7 @@ "workspaceFolder": "/workspace", // Import ceos images - "postCreateCommand": "docker import images/ceos-lab-4.30.3M.tar.xz ceos:4.30.3M", + "postCreateCommand": "docker import network_images/ceos-lab-4.30.3M.tar.xz", // Configure properties specific to VS Code. "customizations": {