mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
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`. |
||
|---|---|---|
| .. | ||
| _docker | ||
| README.md | ||
Docker autocomplete plugin
- Adds autocomplete options for all docker commands.
- Will also show containerIDs and Image names where applicable
####Shows help for all commands

####Shows your downloaded images where applicable

####Shows your running containers where applicable

Maintainer : Ahmed Azaan (@aeonazaan)