Skip to content

Commit

Permalink
update postCreate for all labs
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Sep 25, 2024
1 parent daa8aaf commit a13a75a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/techlib-vxlan-domain-b/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"memory": "64gb",
"storage": "128gb"
},
"postCreateCommand": "postCreate.sh",
"postCreateCommand": "postCreate.sh; make start; make inspect",
"workspaceMount": "source=${localWorkspaceFolder}/labs/${containerWorkspaceFolder},target=/${containerWorkspaceFolder},type=bind",
"workspaceFolder": "/techlib-vxlan-domain-b"
}
2 changes: 1 addition & 1 deletion .devcontainer/techlib-vxlan-domain-c/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"memory": "64gb",
"storage": "128gb"
},
"postCreateCommand": "postCreate.sh",
"postCreateCommand": "postCreate.sh; make start; make inspect",
"workspaceMount": "source=${localWorkspaceFolder}/labs/${containerWorkspaceFolder},target=/${containerWorkspaceFolder},type=bind",
"workspaceFolder": "/techlib-vxlan-domain-c"
}
2 changes: 1 addition & 1 deletion .devcontainer/techlib-vxlan-domain-d/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"memory": "64gb",
"storage": "128gb"
},
"postCreateCommand": "postCreate.sh",
"postCreateCommand": "postCreate.sh; make start; make inspect",
"workspaceMount": "source=${localWorkspaceFolder}/labs/${containerWorkspaceFolder},target=/${containerWorkspaceFolder},type=bind",
"workspaceFolder": "/techlib-vxlan-domain-d"
}

0 comments on commit a13a75a

Please sign in to comment.