Skip to content

Instantly share code, notes, and snippets.

@pascalandy
Last active October 31, 2017 21:30
Show Gist options
  • Save pascalandy/0d33583937cb6fadc2630bf7c91e94b2 to your computer and use it in GitHub Desktop.
Save pascalandy/0d33583937cb6fadc2630bf7c91e94b2 to your computer and use it in GitHub Desktop.
# 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