Skip to content

Instantly share code, notes, and snippets.

@lwander
Last active January 20, 2016 21:40
Show Gist options
  • Save lwander/0bcf4ccce25df3f3d21e to your computer and use it in GitHub Desktop.
Save lwander/0bcf4ccce25df3f3d21e to your computer and use it in GitHub Desktop.
registries:
- endpoint: https://index.docker.io/v1/
auth: base64encodedstring
email: my.email@gmail.com
repository: username/repo
The first three fields can be generated by running $ docker login <registry>. The last field would provide the basis for populating all the searchable tags.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment