Skip to content

Instantly share code, notes, and snippets.

@hmahadik
Created October 6, 2021 20:45
Show Gist options
  • Save hmahadik/6766d6bf6ffd23b5cc33cc2fe36525aa to your computer and use it in GitHub Desktop.
Save hmahadik/6766d6bf6ffd23b5cc33cc2fe36525aa to your computer and use it in GitHub Desktop.
Adding docker bash completion to iMX 8M Plus
#!/bin/bash
curl -s https://raw.githubusercontent.com/docker/docker-ce/master/components/cli/contrib/completion/bash/docker -o /usr/share/bash-completion/completions/docker
echo "Remember to log out and log back in for changes to take effect."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment