summaryrefslogtreecommitdiff
path: root/plugins/docker/docker.plugin.zsh
AgeCommit message (Collapse)Author
2023-07-20feat(docker): add `legacy-completion` optionCarlo Sala
2023-06-30fix(docker): only load old completion if docker <23Carlo Sala
2023-06-29fix(docker): use `docker --version` instead of `docker version`Andrei Polushin
`docker version` subcommand is able to return both docker client and docker daemon information. To get a daemon version, it connects to a possibly remote daemon. If the remote daemon is not accessible, the client waits for some time, until it gets interrupted by timeout. As a result we can have a docker client running in background. When zsh session is rather short, a terminal application (iTerm2) starts asking if that background docker process should be stopped. On the other hand, to get a docker client version only, we can use `docker --version` instead. It does not connect to a daemon. Closes #11780
2023-06-20fix(docker): use `command docker` (#11766)Haltarys
2023-06-15fix(docker): only generate completion for docker >23 (#11754)Carlo Sala
2023-06-15feat(docker): generate completion functionCarlo Sala
Closes #10825 Closes #10912 Closes #11751
2022-12-15feat(docker): add `drs` alias (#11393)kormosi
2022-11-24feat(docker): add `dsta` aliasRafael Bernard Araújo
Closes #11089
2022-11-24chore(docker): sort and reorganize aliasesCarlo Sala
2022-06-06fix(docker): rename `dip` alias to `dipu` to avoid naming conflict (#10957)Maxim Derbenev
2022-04-13fix(docker): rename `dls` and `dlsa` aliases to avoid conflict (#10852)Abhinav M
2022-04-12feat(docker): add aliases to `docker` plugin (#6527)Abhinav M