blob: f7e5b8fe47582b2dca6f5e464c373afdbbaab97e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## Docker autocomplete plugin
This plugin adds auto-completion for docker.
To use it add `docker` to the plugins array in your zshrc file.
```zsh
plugins=(... docker)
```
A copy of the completion script from the
[docker/cli](https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker)
git repo.
|