Install Machine - Docker
https://gdevillele.github.io/machine/install-machineTo install the scripts, copy or link them into your /etc/bash_completion.dor /usr/local/etc/bash_completion.ddirectory. To enable the docker-machineshell prompt, add $(__docker_machine_ps1)to your PS1setting in ~/.bashrc. PS1='[\u@\h \W$(__docker_machine_ps1)]\$ ' You can find additional documentation in the comments at the …