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": {