summaryrefslogtreecommitdiff
path: root/plugins/docker
diff options
context:
space:
mode:
authorAhmed Azaan <azaan@outlook.com>2013-08-07 22:13:20 +0530
committerAhmed Azaan <azaan@outlook.com>2013-08-07 22:13:20 +0530
commite724a63b24c029022816872f18504c802ba57060 (patch)
tree73d48a04eca5a434ecaf4844b5dbee67d804f28b /plugins/docker
parent2d1a07a3f72353a59ed9ecda88969093406699f7 (diff)
parent0a62f6636d6fc749b13a45b3d032f3616f2c828d (diff)
downloadzsh-e724a63b24c029022816872f18504c802ba57060.tar.gz
zsh-e724a63b24c029022816872f18504c802ba57060.tar.bz2
zsh-e724a63b24c029022816872f18504c802ba57060.zip
Merge branch 'master' of https://github.com/AeonAxan/oh-my-zsh
Diffstat (limited to 'plugins/docker')
-rw-r--r--plugins/docker/README.md19
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))