浏览代码

Update docker completion (#5354)

* Update the docker completion script with the official docker zsh completion script
* Update README
Marc Cornellà 8 年之前
父节点
当前提交
3042a1a834
共有 2 个文件被更改,包括 2112 次插入421 次删除
  1. 3 17
      plugins/docker/README.md
  2. 2109 404
      plugins/docker/_docker

+ 3 - 17
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.

文件差异内容过多而无法显示
+ 2109 - 404
plugins/docker/_docker