ohmyzsh/plugins/docker
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
..
_docker Fix autocompletion of Docker containers 2014-09-11 12:33:02 +02:00
README.md Update README.md 2013-08-07 21:29:53 +05:30

Docker autocomplete plugin

  • Adds autocomplete options for all docker commands.
  • Will also show containerIDs and Image names where applicable

####Shows help for all commands General Help

####Shows your downloaded images where applicable Images

####Shows your running containers where applicable Containers

Maintainer : Ahmed Azaan (@aeonazaan)