-
-
Save bradleybeddoes/bd082f6e09cbcc3c9f0fda3e944b60f0 to your computer and use it in GitHub Desktop.
$ docker run<tab> | |
-- no matches found -- | |
$ curl -fLo ~/.zprezto/modules/completion/external/src/_docker https://raw.githubusercontent.com/docker/docker/master/contrib/completion/zsh/_docker | |
$ docker run<tab> | |
-- images -- | |
0a89c74fff6c -- latest in bradleybeddoes/docker-whale | |
-- repositories -- | |
bradleybeddoes/docker-whale | |
$ docker run bradleybeddoes/docker-whale:<tab> | |
$ docker run bradleybeddoes/docker-whale:latest | |
_______________________________________ | |
/ Everyone is a genius. It's just that \ | |
| some people are too stupid to realize | | |
\ it. / | |
--------------------------------------- | |
\ | |
\ | |
\ | |
## . | |
## ## ## == | |
## ## ## ## === | |
/""""""""""""""""___/ === | |
~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ | |
\______ o __/ | |
\ \ __/ | |
\____\______/ | |
curl -fLo ~/.zprezto/modules/completion/external/src/_docker https://raw.githubusercontent.com/docker/cli/master/contrib/completion/zsh/_docker
compinit
Thank you !! The link provided by @0x3333 works perfectly.
thanks @0x3333
@0x3333 Thank you for this, It works perfectly
thanks @0x3333
docker completion zsh > ~/.zprezto/modules/completion/external/src/_docker
rm -f ~/.zcompdump
rm -rf ~/.cache/prezto/*
compinit
docker completion zsh > ~/.zprezto/modules/completion/external/src/_docker
I believe that this works only for podman, am I wrong?
docker completion zsh > ~/.zprezto/modules/completion/external/src/_docker
I believe that this works only for podman, am I wrong?
No? Latest docker desktop. docker/docs#16397
docker completion zsh > ~/.zprezto/modules/completion/external/src/_docker
I believe that this works only for podman, am I wrong?
No? Latest docker desktop. docker/docs#16397
Nice, for Docker 23 onwards. My mac was still on 20, afterupgrading it is working!
docker completion zsh > ~/.zprezto/modules/completion/external/src/_docker
I believe that this works only for podman, am I wrong?
No? Latest docker desktop. docker/docs#16397
Nice, for Docker 23 onwards. My mac was still on 20, after upgrading it is working, but it doesn't complete the container names, like the old one.
It didn't work :-(