How to configure Bash Completion on Mac for Docker and Docker-Compose
Run:
brew install bash-completion
Add the following lines to your ~/.bash_profile
:
if [ -f $(brew --prefix)/etc/bash_completion ]; then
How to configure Bash Completion on Mac for Docker and Docker-Compose
Run:
brew install bash-completion
Add the following lines to your ~/.bash_profile
:
if [ -f $(brew --prefix)/etc/bash_completion ]; then