Bash script providing completions for docker-machine
Heavily inspired by the original completions script for Docker.
To enable the completions:
- Copy this file inside /etc/bash_completion.d
source
the file directly- Copy this file to a given location (e.g.
~/comps/docker-machine_completions
) and add the following to your .bashrc: `. ~/comps/docker-machine_completions