UserTaken
55b1a2befe
Update _docker
11 years ago
UserTaken
557dc09d71
More run and create options
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