modified: .devcontainer/devops-dev/devcontainer.json
All checks were successful
/ build-docker-image (push) Successful in 40s
All checks were successful
/ build-docker-image (push) Successful in 40s
modified: README.md
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
"runArgs": [
|
||||
"--hostname=devops"
|
||||
],
|
||||
"mounts": [
|
||||
"source=${localEnv:HOME}/.kube,target=/home/vscode/.kube,type=bind",
|
||||
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind",
|
||||
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind"
|
||||
],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
||||
Reference in New Issue
Block a user