Update README.md

use v1 endpoint.
This commit is contained in:
Tejal Desai 2020-08-27 15:34:57 -07:00 committed by GitHub
parent 146ec6a9cd
commit 71b6a244ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -417,10 +417,12 @@ Get your docker registry user and password encoded in base64
Create a `config.json` file with your Docker registry url and the previous generated base64 string
**Note:** Please use v1 endpoint. See #1209 for more details
```
{
"auths": {
"https://index.docker.io/v2/": {
"https://index.docker.io/v1/": {
"auth": "xxxxxxxxxxxxxxx"
}
}