Skip to content

Instantly share code, notes, and snippets.

@sinamics
Last active October 22, 2022 07:40
Show Gist options
  • Save sinamics/401cbd53fad0fee18e414fea8f4c2103 to your computer and use it in GitHub Desktop.
Save sinamics/401cbd53fad0fee18e414fea8f4c2103 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
# install docker bash completion
curl -L https://raw.githubusercontent.com/docker/docker/v$(docker version --format '{{.Server.Version}}')/contrib/completion/bash/docker -o /etc/bash_completion.d/docker
# install docker-compose bash completion
curl -L https://raw.githubusercontent.com/docker/compose/$(docker-compose version --short)/contrib/completion/bash/docker-compose -o /etc/bash_completion.d/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment