Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-29 | Fixing 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-18 | Merge pull request #3578 from ctroncoso/patch-1 | Robby Russell | |
docker containers based on defined names | |||
2015-02-16 | added stats command to docker plugin | Karsten Kosmala | |
2015-02-13 | docker containers based on defined names | ctroncoso | |
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-18 | added exec command to docker plugin | Paul van den Berg | |
2014-07-14 | Fix typo in docker plugin | Josh Comer | |
2014-04-19 | Fix `docker rmi` tab completion | Javier 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-26 | Matching autocomplete for Docker v0.9.1 | Bob Maerten | |
Many deprecations since 0.8 and new commands. | |||
2014-03-10 | Fix typo in autocomplete arguments | Bob Maerten | |
2013-08-07 | Merge branch 'master' of https://github.com/AeonAxan/oh-my-zsh | Ahmed Azaan | |
2013-08-07 | fixed minor errors | Ahmed Azaan | |
2013-08-07 | Update README.md | Ahmed Aeon Axan | |
2013-08-07 | add docker autocomplete plugin | Ahmed Azaan | |