dev container stopped sharing docker context from host
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 19s

This commit is contained in:
2025-06-05 11:52:32 +00:00
parent c5726df9c4
commit 775f8abe5a
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
#setup chroma for zsh colorize
chmod +x /home/vscode/lib/chroma
curl https://rclone.org/install.sh | sudo bash
docker context create casa-prod --description "casa prod context" --docker host=ssh://admin@homesrv01.dev.lan
docker context use casa-prod