index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
docker
/
docker.plugin.zsh
Age
Commit message (
Expand
)
Author
2025-03-25
feat(docker): add alias for stats (#12988)
Chriss
2024-09-01
chore: fix typos (#12647)
Alexander Cyon
2024-08-01
feat(docker): add image prune alias (#12520)
Alvin Crespo
2024-06-10
feat(docker): add aliases for `docker ps` and `docker ps -a` (#12488)
Sergey Karpuk
2024-02-20
fix(docker): support completion on snap installs (#12224)
Oren
2023-07-20
feat(docker): add `legacy-completion` option
Carlo Sala
2023-06-30
fix(docker): only load old completion if docker <23
Carlo Sala
2023-06-29
fix(docker): use `docker --version` instead of `docker version`
Andrei Polushin
2023-06-20
fix(docker): use `command docker` (#11766)
Haltarys
2023-06-15
fix(docker): only generate completion for docker >23 (#11754)
Carlo Sala
2023-06-15
feat(docker): generate completion function
Carlo Sala
2022-12-15
feat(docker): add `drs` alias (#11393)
kormosi
2022-11-24
feat(docker): add `dsta` alias
Rafael Bernard Araújo
2022-11-24
chore(docker): sort and reorganize aliases
Carlo Sala
2022-06-06
fix(docker): rename `dip` alias to `dipu` to avoid naming conflict (#10957)
Maxim Derbenev
2022-04-13
fix(docker): rename `dls` and `dlsa` aliases to avoid conflict (#10852)
Abhinav M
2022-04-12
feat(docker): add aliases to `docker` plugin (#6527)
Abhinav M