Skip to content

Commit

Permalink
build: change in the devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Jul 22, 2024
1 parent 2ac3533 commit 270702f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,14 @@
// "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
// // https://github.com/devcontainers/features/tree/main/src/terraform
// "ghcr.io/devcontainers/features/terraform:1": {},
// https://github.com/devcontainers/features/tree/main/src/docker-in-docker
// https://devopscube.com/run-docker-in-docker/
//"ghcr.io/devcontainers/features/docker-in-docker:2": {
// "dockerDashComposeVersion": "v2"
//},
"ghcr.io/devcontainers/features/git:1": {},
// https://github.com/devcontainers/features/tree/main/src/common-utils
"ghcr.io/devcontainers/features/common-utils:2": {
"configureZshAsDefaultShell": true
}
},
// https://github.com/devcontainers/features/tree/main/src/docker-in-docker
// https://devopscube.com/run-docker-in-docker/
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
// Configure tool-specific properties.
"customizations": {
Expand Down

0 comments on commit 270702f

Please sign in to comment.