| Age | Commit message (Collapse) | Author | 
 | 
Remove the docker insert command of autocomplete
 | 
 | 
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
 | 
 | 
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.
 | 
 | 
 | 
 | 
 | 
 | 
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
```
 | 
 | 
Many deprecations since 0.8 and new commands.
 | 
 | 
 | 
 | 
 | 
 | 
 |