Dag Einar Monsen
be94d24125
Fix autocompletion of Docker containers
...
Since version 0.6.5, Docker ensures that new containers are named by generating it if not passed.
This commit fixes the container autocompletion by referring to the last column given by `docker ps -a`.
2014-09-11 12:33:02 +02:00
Josh Comer
6b3a723c37
Fix typo in docker plugin
2014-07-14 16:41:57 -07:00
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
```
2014-04-19 09:03:28 +02:00
Bob Maerten
76e1edf31f
Matching autocomplete for Docker v0.9.1
...
Many deprecations since 0.8 and new commands.
2014-03-26 10:40:46 +01:00
Bob Maerten
3c9a29b0d6
Fix typo in autocomplete arguments
2014-03-10 16:23:14 +01:00
Ahmed Azaan
2d1a07a3f7
fixed minor errors
2013-08-07 22:11:49 +05:30
Ahmed Azaan
619ecb5f4f
add docker autocomplete plugin
2013-08-07 21:19:21 +05:30