Skip to content

Instantly share code, notes, and snippets.

@lalyos
Last active October 18, 2020 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalyos/a76e64c212f89ab50f9c38deae00093e to your computer and use it in GitHub Desktop.
Save lalyos/a76e64c212f89ab50f9c38deae00093e to your computer and use it in GitHub Desktop.
socker cli bash completion

Usage

This is what I can remember:

curl -L j.mp/bash-completion-docker | sh 

or if you dont like curl-pipe, do it by hand:

ln -s /Applications/Docker.app/Contents/Resources/etc/docker.bash-completion /usr/local/etc/bash_completion.d/docker
ln -s /Applications/Docker.app/Contents/Resources/etc/docker.bash-completion /usr/local/etc/bash_completion.d/docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment