Last active
October 31, 2017 21:30
-
-
Save pascalandy/0d33583937cb6fadc2630bf7c91e94b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install completions for docker suite | |
# if needed | |
# brew upgrade docker-completion | |
brew tap homebrew/completions && \ | |
brew install docker-completion && \ | |
brew install docker-compose-completion && \ | |
brew upgrade docker-machine-completion && \ | |
brew install docker-machine-completion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment