mirror of https://github.com/docker/docs.git
Delegate to docker-machine from wrapper
Fix an issue with the bash __docker-machine-wrapper function where commands other than `use` would result in an error. Signed-off-by: David Schlosnagle <schlosna@gmail.com>
This commit is contained in:
parent
204af9fe5e
commit
464e19ba1c
|
@ -47,7 +47,7 @@ EOF
|
|||
esac
|
||||
else
|
||||
# Just call the actual docker-machine app
|
||||
$(which docker-machine) "$@"
|
||||
command docker-machine "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue