Chriss
fa396ad771
feat(docker): add alias for stats ( #12988 )
12 months ago
Roeniss Moon
4efdc90dba
docs(docker): add section for podman's docker wrapper ( #13024 )
12 months ago
Alexander Cyon
d78275fdbb
chore: fix typos ( #12647 )
2 years ago
Alvin Crespo
0f75203698
feat(docker): add image prune alias ( #12520 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2 years ago
Sergey Karpuk
a4304dd7e5
feat(docker): add aliases for `docker ps` and `docker ps -a` ( #12488 )
2 years ago
Oren
40ff950fcd
fix(docker): support completion on snap installs ( #12224 )
2 years ago
Carlo Sala
7d5e12500a
feat(docker): add `legacy-completion` option
3 years ago
Carlo Sala
fe4b565986
fix(docker): only load old completion if docker <23
3 years ago
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
3 years ago
Carlo Sala
723af07a56
fix(docker): add static completion script
3 years ago
Haltarys
8a6fc5c16d
fix(docker): use `command docker` ( #11766 )
3 years ago
Carlo Sala
6bffaab290
fix(docker): only generate completion for docker >23 ( #11754 )
3 years ago
Carlo Sala
68f3ebb4de
feat(docker): generate completion function
...
Closes #10825
Closes #10912
Closes #11751
3 years ago
kormosi
3705edf557
feat(docker): add `drs` alias ( #11393 )
3 years ago
Rafael Bernard Araújo
c35ca17258
feat(docker): add `dsta` alias
...
Closes #11089
3 years ago
Carlo Sala
1c06ea24fb
chore(docker): sort and reorganize aliases
3 years ago
Carlo Sala
a4392cfc16
feat(docker): update completion
...
Taken from 79dca7a38e/contrib/completion/zsh/_docker
Closes #10826
3 years ago
Maxim Derbenev
d41ca84af1
fix(docker): rename `dip` alias to `dipu` to avoid naming conflict ( #10957 )
4 years ago
Abhinav M
7ea6ff8d04
fix(docker): rename `dls` and `dlsa` aliases to avoid conflict ( #10852 )
4 years ago
Abhinav M
c6f0504cf0
feat(docker): add aliases to `docker` plugin ( #6527 )
4 years ago
Marc Cornellà
c21ff38b8f
fix(docker): remove unwanted asterisk in completed docker commands
...
Also update upstream completion to version fe2008d04e80fafd.
NOTE: this fix means the version bundled within Oh My Zsh has diverged
from the upstream version.
5 years ago
YantaoZhao
3d6db32610
feat(docker): update completion to upstream version ( #9470 )
5 years ago
Marc Cornellà
38f276a732
docker: document option-stacking setting
...
Fixes #9266
6 years ago
Vinícius Picossi Teruel
10538d1105
docker: update to latest upstream completion (92dc906) ( #8835 )
6 years ago
Marc Cornellà
610b2529d2
Clean up plugin READMEs and a few plugins
...
- fasd
- history
- mercurial
- pylint
- repo
- yii2
6 years ago
Marc Cornellà
f48a40ee91
Reorganize stuff
6 years ago
Marco Zühlke
166719c0ab
Format docker Readme like the other plugins.
6 years ago
Patrick Artounian
990104730c
Update docker plugin from upstream docker/cli ( #7470 )
7 years ago
Tom Milligan
3a31074d34
Update docker plugin from upstream docker/cli ( #7018 )
...
Update `docker` plugin from [docker/cli master](https://github.com/tommilligan/cli/blob/master/contrib/completion/zsh/_docker )
- bugfix for `docker update` autocompletion: https://github.com/docker/cli/pull/1232
- added `scope` subcommand: https://github.com/docker/cli/pull/1227/files
8 years ago
Janosch Schwalm
19b925e741
use https everywhere ( #6574 )
...
* use https everywhere
* use https links on the files that are left
Also, removed some broken links and updated redirections.
8 years ago
Mauro Porras P
a600ab4b85
Minor fix: "stdin" instead of "stding" ( #6801 )
8 years ago
Quentin Nerden
919f0a42a0
Updated autocomplete and readme ( #6720 )
...
Signed-off-by: Troy Fontaine <tfontaine@troyfontaine.com>
8 years ago
Alexey Pristavkin
d22189848e
Update of docker completion ( #6542 )
8 years ago
Antonis Kalipetis
41eedd3700
Update Docker completion plugin ( #6410 )
8 years ago
grh2g46
9bbcceda97
add missing new line escape ( #5896 )
...
missing \ was causing command not found errors when tab completing docker build -t <tab>
9 years ago
Marc Cornellà
67dad45b38
docker: update completion (upstream 2fe62f2)
...
Closes #5683
9 years ago
Marc Cornellà
37bf9186a0
Update docker completion (2015-10-25)
...
Closes #5568
Source:
c9fdf9abf8
10 years ago
Zach Himsel
f39dcfda8d
Update docker completion from upstream ( #5426 )
...
be9e3f59e6/contrib/completion/zsh/_docker
10 years ago
Brian Goff
9d91e92f26
Update docker completion to match docker upstream ( #5060 )
...
See https://github.com/docker/docker/blob/master/contrib/completion/zsh/_docker
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
10 years ago
kenleytomlin
03e7f93ec7
Update README
10 years ago
kenleytomlin
a93bb4e695
Update the docker completion script with the official docker zsh
...
completion script
10 years ago
Andrew Robertson
c3fbe4d121
Add support for Docker images from custom registries
11 years ago
UserTaken
55b1a2befe
Update _docker
11 years ago
UserTaken
557dc09d71
More run and create options
11 years ago
Wayne
729b19c085
Remove docker insert command
...
Remove the docker insert command of autocomplete
11 years ago
Kennedy Oliveira
2dbf9951d9
Fixing some issues where show repeated weird values, and fixed commands that need the container autocomplete without being running, like start, now it autocompletes showing all the containers so you can start without knowing the right name
11 years ago
Karsten Kosmala
cd36deda23
added stats command to docker plugin
11 years ago
ctroncoso
68955f17ad
docker containers based on defined names
...
docker container autocomplete listing uses containers ID instead of names.
Most users identify their containers by name. ID is only needed and used on a dynamic environment more suited in scripts.
11 years ago
Paul van den Berg
9e5f0f0e9d
added exec command to docker plugin
11 years ago
Josh Comer
6b3a723c37
Fix typo in docker plugin
12 years ago