Skip to content

Commit

Permalink
feat: add azure-cli and kubectl tools to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu committed May 20, 2023
1 parent 7975b6f commit d9ca77f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {
// "ghcr.io/devcontainers/features/azure-cli:1": {}
// },
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [5432]
Expand Down

0 comments on commit d9ca77f

Please sign in to comment.