devcontainer : Update post command

This commit is contained in:
Damien A
2024-01-18 10:26:31 +00:00
parent 776242207d
commit 2276688326

View File

@@ -10,7 +10,7 @@
"workspaceFolder": "/workspace", "workspaceFolder": "/workspace",
// Import ceos images // Import ceos images
"postCreateCommand": "docker import network_images/ceos-lab-4.30.3M.tar.xz", "postCreateCommand": "docker import network_images/ceos-lab-4.30.3M.tar.xz ceos:4.30.3M",
// Configure properties specific to VS Code. // Configure properties specific to VS Code.
"customizations": { "customizations": {