Adding setup to use docker within wsl
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user