Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker fish completion

docker command completion for the fish shell.

  • fish = awesome
  • docker = awesome
  • completion = awesome²

Installation

fisher install topdroplabs/docker-fish-completion

fish will show up the new completions straight away, no reload necessary.

Example

% docker run -[TAB]
--attach          (Attach to stdin, stdout or stderr.)
...

% docker run -t -i [TAB]
    busybox:latest             (Image)
    ubuntu:12.04               (Image)

% docker run -t -i busybox:latest
/ #

Completion supported

  • parameters
  • commands
  • containers
  • images
  • repositories

About

docker and docker compose command completion for the fish shell Previously maintained by barnybug.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages