diff options
author | kenleytomlin <kenleytomlin@gmail.com> | 2016-08-30 08:58:31 +0100 |
---|---|---|
committer | kenleytomlin <kenleytomlin@gmail.com> | 2016-08-30 08:58:31 +0100 |
commit | 03e7f93ec796e68ac36d7b52a3b6885092b4bfa5 (patch) | |
tree | 6677a5d394916b38e45562ef8efe4d54d2577a97 | |
parent | a93bb4e695b773db6c9fc4b6dac46809f14d7e89 (diff) | |
download | zsh-03e7f93ec796e68ac36d7b52a3b6885092b4bfa5.tar.gz zsh-03e7f93ec796e68ac36d7b52a3b6885092b4bfa5.tar.bz2 zsh-03e7f93ec796e68ac36d7b52a3b6885092b4bfa5.zip |
Update README
-rw-r--r-- | plugins/docker/README.md | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/plugins/docker/README.md b/plugins/docker/README.md index 231a6dcf5..1615f75f5 100644 --- a/plugins/docker/README.md +++ b/plugins/docker/README.md @@ -1,19 +1,5 @@ ## Docker autocomplete plugin -- Adds autocomplete options for all docker commands. -- Will also show containerIDs and Image names where applicable - -####Shows help for all commands -![General Help](http://i.imgur.com/tUBO9jh.png "Help for all commands") - - -####Shows your downloaded images where applicable -![Images](http://i.imgur.com/R8ZsWO1.png "Images") - - -####Shows your running containers where applicable -![Containers](http://i.imgur.com/WQtbheg.png "Containers") - - - -Maintainer : Ahmed Azaan ([@aeonazaan](https://twitter.com/aeonazaan)) +A copy of the completion script from the +[docker](https://github.com/docker/docker/tree/master/contrib/completion/zsh) +git repo. |