Skip to content

Instantly share code, notes, and snippets.

@pulkitsinghal
Created August 20, 2016 15:19
Show Gist options
  • Save pulkitsinghal/524c557ac73814064f81bfd4018420d2 to your computer and use it in GitHub Desktop.
Save pulkitsinghal/524c557ac73814064f81bfd4018420d2 to your computer and use it in GitHub Desktop.
Multiple logins for Docker Hub - part2
{
"auths": {
"https://index.docker.io/v1/": [
"myWork/repos": {"auth": "xxx"},
"me/repos": { "auth": "xxx" }
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment