Created
August 20, 2016 15:19
-
-
Save pulkitsinghal/524c557ac73814064f81bfd4018420d2 to your computer and use it in GitHub Desktop.
Multiple logins for Docker Hub - part2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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