mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-24 08:39:59 -05:00
Multiple fixes for handling private registries and login credential retrieval on OSX. - Fixes check for image locally before pulling it: #24 - Fixes image prefix workaround: #120 - Fixes passing of the `--with-registry-auth` flag: #77 - Fixes docker registry credentials in osxkeychain: #125
7 lines
No EOL
83 B
JSON
7 lines
No EOL
83 B
JSON
{
|
|
"auths": {
|
|
"127.0.0.1:15000": {
|
|
"auth": "dGVzdHVzZXI6dGVzdHB3ZA=="
|
|
}
|
|
}
|
|
} |