Adding setup to use docker within wsl

This commit is contained in:
Zackarias Montell
2026-05-05 08:43:53 +02:00
parent 8441afb56f
commit e850b16df6
3 changed files with 56 additions and 0 deletions

View File

@@ -207,6 +207,7 @@ Set-Alias -Name notes -Value Open-Notes
# Set up docker environment
#$Env:DOCKER_HOST="ssh://wholteza@localhost:22/"
[System.Environment]::SetEnvironmentVariable("DOCKER_HOST", "tcp://localhost:2375", "User")
# Set all files in .kube as kubeconfig paths.
# This allows for dynamic kubeconfig use.