Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
`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-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 | |
Closes #10825 Closes #10912 Closes #11751 | |||
2022-12-15 | feat(docker): add `drs` alias (#11393) | kormosi | |
2022-11-24 | feat(docker): add `dsta` alias | Rafael Bernard Araújo | |
Closes #11089 | |||
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 | |