summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--shell/wsl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/wsl.sh b/shell/wsl.sh
index 991adbc..100deaf 100644
--- a/shell/wsl.sh
+++ b/shell/wsl.sh
@@ -21,7 +21,7 @@ alias ykman='/mnt/c/Program\ Files/Yubico/YubiKey\ Manager/ykman.exe'
alias dmu="docker-machine-wsl"
function docker-machine-wsl() {
- docker-machine-use
+ docker-machine-use $@
export DOCKER_HOST=${DOCKER_HOST:-tcp://0.0.0.0:2375}
export DOCKER_MACHINE_NAME=${DOCKER_MACHINE_NAME:-$HOST}
}