Command-line Completion Docker Machine comes with command completion for the bash shell. Installing Command Completion Bash Make sure bash completion is installed. If you use a current Linux in a non-minimal installation, bash completion should be available. On a Mac, install with brew install bash-completion Place the completion scripts in /etc/bash_completion.d/ (`brew --prefix`/etc/bash_completion.d/ on a Mac), using e.g. files=(docker-machine docker-machine-wrapper docker-machine-prompt)
fo