Tom Milligan
3a31074d34
Update docker plugin from upstream docker/cli ( #7018 )
...
Update `docker` plugin from [docker/cli master](https://github.com/tommilligan/cli/blob/master/contrib/completion/zsh/_docker )
- bugfix for `docker update` autocompletion: https://github.com/docker/cli/pull/1232
- added `scope` subcommand: https://github.com/docker/cli/pull/1227/files
8 years ago
Janosch Schwalm
19b925e741
use https everywhere ( #6574 )
...
* use https everywhere
* use https links on the files that are left
Also, removed some broken links and updated redirections.
8 years ago
Mauro Porras P
a600ab4b85
Minor fix: "stdin" instead of "stding" ( #6801 )
8 years ago
Quentin Nerden
919f0a42a0
Updated autocomplete and readme ( #6720 )
...
Signed-off-by: Troy Fontaine <tfontaine@troyfontaine.com>
8 years ago
Alexey Pristavkin
d22189848e
Update of docker completion ( #6542 )
8 years ago
Antonis Kalipetis
41eedd3700
Update Docker completion plugin ( #6410 )
8 years ago
grh2g46
9bbcceda97
add missing new line escape ( #5896 )
...
missing \ was causing command not found errors when tab completing docker build -t <tab>
9 years ago
Marc Cornellà
67dad45b38
docker: update completion (upstream 2fe62f2)
...
Closes #5683
9 years ago
Marc Cornellà
37bf9186a0
Update docker completion (2015-10-25)
...
Closes #5568
Source:
c9fdf9abf8
10 years ago
Zach Himsel
f39dcfda8d
Update docker completion from upstream ( #5426 )
...
be9e3f59e6/contrib/completion/zsh/_docker
10 years ago
Brian Goff
9d91e92f26
Update docker completion to match docker upstream ( #5060 )
...
See https://github.com/docker/docker/blob/master/contrib/completion/zsh/_docker
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
10 years ago
kenleytomlin
03e7f93ec7
Update README
10 years ago
kenleytomlin
a93bb4e695
Update the docker completion script with the official docker zsh
...
completion script
10 years ago
Andrew Robertson
c3fbe4d121
Add support for Docker images from custom registries
11 years ago
UserTaken
55b1a2befe
Update _docker
11 years ago
UserTaken
557dc09d71
More run and create options
11 years ago
Wayne
729b19c085
Remove docker insert command
...
Remove the docker insert command of autocomplete
11 years ago
Kennedy Oliveira
2dbf9951d9
Fixing some issues where show repeated weird values, and fixed commands that need the container autocomplete without being running, like start, now it autocompletes showing all the containers so you can start without knowing the right name
11 years ago
Karsten Kosmala
cd36deda23
added stats command to docker plugin
11 years ago
ctroncoso
68955f17ad
docker containers based on defined names
...
docker container autocomplete listing uses containers ID instead of names.
Most users identify their containers by name. ID is only needed and used on a dynamic environment more suited in scripts.
11 years ago
Paul van den Berg
9e5f0f0e9d
added exec command to docker plugin
11 years ago
Josh Comer
6b3a723c37
Fix typo in docker plugin
12 years ago
Javier Tejero
7949a1cd8d
Fix `docker rmi` tab completion
...
This is exactly what happens on tab completion for docker rmi. This commit
fixes that.
```sh
$ docker rmi <hit TAB>
_arguments:comparguments:312: invalid argument: __docker_images
_arguments:comparguments:312: invalid argument: __docker_images
_arguments:comparguments:312: invalid argument: __docker_images
```
12 years ago
Bob Maerten
76e1edf31f
Matching autocomplete for Docker v0.9.1
...
Many deprecations since 0.8 and new commands.
12 years ago
Bob Maerten
3c9a29b0d6
Fix typo in autocomplete arguments
12 years ago
Ahmed Azaan
2d1a07a3f7
fixed minor errors
13 years ago
Ahmed Aeon Axan
0a62f6636d
Update README.md
13 years ago
Ahmed Azaan
619ecb5f4f
add docker autocomplete plugin
13 years ago