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>
now changes should reflect the following:
dm ls --timeout
dm env --no-proxy
dm --bugsnag-api-token --github-api-token
Signed-off-by: Anil Belur <askb23@gmail.com>
This patch adds some bash helper scripts.
* docker-machine.bash - command completion for docker-machine
* docker-machine-prompt.bash - function for putting the active machine
name in PS1
* docker-machine-wrapper.bash - function wrapper adding an `use`
command that runs `eval $(docker-machine env whatever)` in the
current shell.
Signed-off-by: David M. Lee <dlee@respoke.io>