Note: Docker completions in Fish

February 23, 2024
docker

To get Docker completions for the Fish shell, all you need to run is:

docker completion fish > ~/.config/fish/completions/docker.fish

This will not only give you completions for every command, but also completions on containers.

Test selection with Zig Clojure on MacOS