Skip to content

Commit

Permalink
fix(full): add docker completion
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 21, 2023
1 parent 589463b commit 6187684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/full/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
},
"postCreateCommand": {
"docker-completion": "docker completion bash | sudo tee -a /etc/bash_completion.d/docker > /dev/null",
"helm-completion": "helm completion bash | sudo tee -a /etc/bash_completion.d/helm > /dev/null",
"pre-commit": "pre-commit install --install-hooks -t pre-commit -t commit-msg"
}
Expand Down

0 comments on commit 6187684

Please sign in to comment.