diff options
author | Robby Russell <robby@planetargon.com> | 2013-08-13 06:21:53 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-08-13 06:21:53 -0700 |
commit | 434f3bc05c5245d7a27ab0bb1ede5b78acc370a4 (patch) | |
tree | 9816ba2f2179d9c618fd67386937162d1091c506 /plugins/docker/README.md | |
parent | f6dbe212e8d87d78a40c309d8bd760eef63ebdfb (diff) | |
parent | e724a63b24c029022816872f18504c802ba57060 (diff) | |
download | zsh-434f3bc05c5245d7a27ab0bb1ede5b78acc370a4.tar.gz zsh-434f3bc05c5245d7a27ab0bb1ede5b78acc370a4.tar.bz2 zsh-434f3bc05c5245d7a27ab0bb1ede5b78acc370a4.zip |
Merge pull request #2028 from AeonAxan/master
Add Docker Autocompleteion
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 new file mode 100644 index 000000000..231a6dcf5 --- /dev/null +++ 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)) |