Commit Graph

3 Commits

Author SHA1 Message Date
David Gageot 3612c55677 Add version to machine ls
Signed-off-by: David Gageot <david@gageot.net>
2015-12-03 16:27:42 +01:00
Ben Hamill 5707b38a9e Replace - with _ in bash completion identifiers.
Signed-off-by: Ben Hamill <git-commits@benhamill.com>
2015-11-17 15:20:29 -06:00
David M. Lee 7180ddca87 Adding bash completion and helper scripts
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>
2015-10-22 15:34:42 -05:00