summaryrefslogtreecommitdiff
path: root/plugins/docker/README.md
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2016-09-14 09:58:28 +0200
committerGitHub <noreply@github.com>2016-09-14 09:58:28 +0200
commit3042a1a834645002750e570acd603925547c86e6 (patch)
tree214ba3b6b39b40c197eaf95679e46c6f166bab64 /plugins/docker/README.md
parent1d8047e0f87a0a9ff7f6fb99d159ecd3a4be17b9 (diff)
parent03e7f93ec796e68ac36d7b52a3b6885092b4bfa5 (diff)
downloadzsh-3042a1a834645002750e570acd603925547c86e6.tar.gz
zsh-3042a1a834645002750e570acd603925547c86e6.tar.bz2
zsh-3042a1a834645002750e570acd603925547c86e6.zip
Update docker completion (#5354)
* Update the docker completion script with the official docker zsh completion script * Update README
Diffstat (limited to 'plugins/docker/README.md')
-rw-r--r--plugins/docker/README.md20
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.