Guilherme Henschel
a1c5304a65
feat(docker): add docker desktop aliases
2025-01-03 09:32:13 -03:00
Alexander Cyon
d78275fdbb
chore: fix typos ( #12647 )
2024-09-01 21:01:27 +02:00
Alvin Crespo
0f75203698
feat(docker): add image prune alias ( #12520 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-08-01 20:35:49 +02:00
Sergey Karpuk
a4304dd7e5
feat(docker): add aliases for `docker ps` and `docker ps -a` ( #12488 )
2024-06-10 16:31:26 -07:00
Oren
40ff950fcd
fix(docker): support completion on snap installs ( #12224 )
2024-02-20 10:59:12 +01:00
Carlo Sala
7d5e12500a
feat(docker): add `legacy-completion` option
2023-07-20 10:43:56 +02:00
Carlo Sala
fe4b565986
fix(docker): only load old completion if docker <23
2023-06-30 11:41:44 +02:00
Andrei Polushin
73c4764e78
fix(docker): use `docker --version` instead of `docker version`
...
`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-29 13:26:08 +02:00
Haltarys
8a6fc5c16d
fix(docker): use `command docker` ( #11766 )
2023-06-20 22:27:14 +02:00
Carlo Sala
6bffaab290
fix(docker): only generate completion for docker >23 ( #11754 )
2023-06-15 20:06:56 +02:00
Carlo Sala
68f3ebb4de
feat(docker): generate completion function
...
Closes #10825
Closes #10912
Closes #11751
2023-06-15 11:17:27 +02:00
kormosi
3705edf557
feat(docker): add `drs` alias ( #11393 )
2022-12-15 11:47:10 +01:00
Rafael Bernard Araújo
c35ca17258
feat(docker): add `dsta` alias
...
Closes #11089
2022-11-24 17:49:46 +01:00
Carlo Sala
1c06ea24fb
chore(docker): sort and reorganize aliases
2022-11-24 17:49:46 +01:00
Maxim Derbenev
d41ca84af1
fix(docker): rename `dip` alias to `dipu` to avoid naming conflict ( #10957 )
2022-06-06 15:37:42 +02:00
Abhinav M
7ea6ff8d04
fix(docker): rename `dls` and `dlsa` aliases to avoid conflict ( #10852 )
2022-04-13 15:05:55 +02:00
Abhinav M
c6f0504cf0
feat(docker): add aliases to `docker` plugin ( #6527 )
2022-04-12 21:52:41 +02:00