2019-10-19 15:28:43 +00:00
|
|
|
# Docker plugin
|
2013-08-07 15:59:53 +00:00
|
|
|
|
2019-10-19 15:28:43 +00:00
|
|
|
This plugin adds auto-completion for [docker](https://www.docker.com/).
|
2019-10-18 21:52:26 +00:00
|
|
|
|
|
|
|
To use it add `docker` to the plugins array in your zshrc file.
|
|
|
|
```zsh
|
|
|
|
plugins=(... docker)
|
|
|
|
```
|
|
|
|
|
2019-10-19 15:28:43 +00:00
|
|
|
A copy of the completion script from the docker/cli git repo:
|
|
|
|
https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker
|