Skip to content

Instantly share code, notes, and snippets.

@jesugmz
Created August 20, 2018 00:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesugmz/606924ed37a59269b89471eaa1303de9 to your computer and use it in GitHub Desktop.
Save jesugmz/606924ed37a59269b89471eaa1303de9 to your computer and use it in GitHub Desktop.
Generate Docker base64 auth token

docker login will produce a base64 digest if the binaries pass and secretservice are not present on Linux platforms (source).

To generate a base64 auth token:

echo -n 'username:password' | base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment