summaryrefslogtreecommitdiff
path: root/plugins/docker/_docker
AgeCommit message (Collapse)Author
2015-06-10Remove docker insert commandWayne
Remove the docker insert command of autocomplete
2015-04-29Fixing some issues where show repeated weird values, and fixed commands that ↵Kennedy Oliveira
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
2015-02-18Merge pull request #3578 from ctroncoso/patch-1Robby Russell
docker containers based on defined names
2015-02-16added stats command to docker pluginKarsten Kosmala
2015-02-13docker containers based on defined namesctroncoso
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.
2014-12-18added exec command to docker pluginPaul van den Berg
2014-07-14Fix typo in docker pluginJosh Comer
2014-04-19Fix `docker rmi` tab completionJavier Tejero
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-03-26Matching autocomplete for Docker v0.9.1Bob Maerten
Many deprecations since 0.8 and new commands.
2014-03-10Fix typo in autocomplete argumentsBob Maerten
2013-08-07fixed minor errorsAhmed Azaan
2013-08-07add docker autocomplete pluginAhmed Azaan