diff options
author | Ahmed Aeon Axan <azaan@outlook.com> | 2013-08-07 21:29:53 +0530 |
---|---|---|
committer | Ahmed Aeon Axan <azaan@outlook.com> | 2013-08-07 21:29:53 +0530 |
commit | 0a62f6636d6fc749b13a45b3d032f3616f2c828d (patch) | |
tree | e5dd3c050586b1e811174a29d82deb6bde0fecc3 /plugins/docker/README.md | |
parent | 619ecb5f4fcec9ceb3769f4697fcbb2cbe3f2a7a (diff) | |
download | zsh-0a62f6636d6fc749b13a45b3d032f3616f2c828d.tar.gz zsh-0a62f6636d6fc749b13a45b3d032f3616f2c828d.tar.bz2 zsh-0a62f6636d6fc749b13a45b3d032f3616f2c828d.zip |
Update README.md
Diffstat (limited to 'plugins/docker/README.md')
-rw-r--r-- | plugins/docker/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/docker/README.md b/plugins/docker/README.md index e69de29bb..231a6dcf5 100644 --- a/plugins/docker/README.md +++ b/plugins/docker/README.md @@ -0,0 +1,19 @@ +## 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)) |