Skip to content

Instantly share code, notes, and snippets.

@flash-me
Forked from ro31337/docker_completion_for_zsh.md
Created December 14, 2023 16:39
Show Gist options
  • Select an option

  • Save flash-me/cc890d78be7be17a79f3ddb18a06f7ca to your computer and use it in GitHub Desktop.

Select an option

Save flash-me/cc890d78be7be17a79f3ddb18a06f7ca to your computer and use it in GitHub Desktop.
Zsh docker completion

Docker Completion for Zsh (Official)

  • mkdir -p ~/.oh-my-zsh/plugins/docker/
  • curl -fLo ~/.oh-my-zsh/plugins/docker/_docker https://raw.githubusercontent.com/docker/cli/master/contrib/completion/zsh/_docker
  • Add docker to plugins section in ~/.zshrc
  • exec zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment