Skip to content

Instantly share code, notes, and snippets.

@coin8086
Last active March 1, 2019 03:25
Show Gist options
  • Save coin8086/195b4899de7ca5a074b5f6284b43b5a5 to your computer and use it in GitHub Desktop.
Save coin8086/195b4899de7ca5a074b5f6284b43b5a5 to your computer and use it in GitHub Desktop.
Docker command line completion in Bash

Docker Command Line Completion in Bash

Prerequisites

  1. Make sure bash completion is installed(It's installed by default in major Linux distributions, and Cygwin).
  2. Put completion files to /etc/bash_completion.d/

Completion Files

Note: the version part in the URL, such as v18.06.0-ce, 1.23.1 and v0.16.0, is subject to changes.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment