Last active
May 11, 2023 11:56
-
-
Save bradleybeddoes/bd082f6e09cbcc3c9f0fda3e944b60f0 to your computer and use it in GitHub Desktop.
Docker completion for Zsh + prezto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 __/ | |
\ \ __/ | |
\____\______/ | |
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice, for Docker 23 onwards. My mac was still on 20, afterupgrading it is working!