Skip to content

Instantly share code, notes, and snippets.

@michaelbukachi
Last active August 26, 2019 12:00
Show Gist options
  • Save michaelbukachi/89ffcee0cc2ba7ddfe8075feb9b4578e to your computer and use it in GitHub Desktop.
Save michaelbukachi/89ffcee0cc2ba7ddfe8075feb9b4578e to your computer and use it in GitHub Desktop.
Docker credentials helper linux setup
#!/usr/bin/env bash
sudo apt install libsecret-1-0
wget https://github.com/docker/docker-credential-helpers/releases/download/v0.6.3/docker-credential-secretservice-v0.6.3-amd64.tar.gz && tar -xf docker-credential-secretservice-v0.6.3-amd64.tar.gz && chmod +x docker-credential-secretservice && mv docker-credential-secretservice /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment