Skip to content

Commit

Permalink
add d-in-d to clab workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 4, 2024
1 parent b444042 commit 9f58a0c
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"GIT_INIT_ARG": "${localEnv:GIT_INIT_ARG}"
}
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "latest",
"dockerDashComposeVersion": "none"
},
// Add sshd to support gh cli codespace cp.
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
},
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit 9f58a0c

Please sign in to comment.