mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
Update credential-helpers.md
This commit is contained in:
parent
35be6ce37f
commit
f28093e0ea
1 changed files with 4 additions and 2 deletions
|
@ -51,14 +51,16 @@ and for `<PATH_TO_HOME_DIR>/.docker/config.json`:
|
||||||
"HttpHeaders" : {
|
"HttpHeaders" : {
|
||||||
"User-Agent" : "Docker-Client/19.03.1 (XXXXXX)"
|
"User-Agent" : "Docker-Client/19.03.1 (XXXXXX)"
|
||||||
},
|
},
|
||||||
"credsStore" : "osxkeychain", // ...or your prefered helper
|
"credsStore" : "osxkeychain",
|
||||||
"auths" : {
|
"auths" : {
|
||||||
"xyzxyzxyz.dkr.ecr.eu-north-1.amazonaws.com" : {},
|
"xyzxyzxyz.dkr.ecr.eu-north-1.amazonaws.com" : {},
|
||||||
"https://index.docker.io/v1/": {}
|
"https://index.docker.io/v1/": {}
|
||||||
},
|
},
|
||||||
"credHelpers": {
|
"credHelpers": {
|
||||||
"xyzxyzxyz.dkr.ecr.eu-north-1.amazonaws.com" : "ecr-login",
|
"xyzxyzxyz.dkr.ecr.eu-north-1.amazonaws.com" : "ecr-login",
|
||||||
"index.docker.io": "osxkeychain" // ...or your prefered helper
|
"index.docker.io": "osxkeychain"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*Note:* `osxkeychain` can be changed to your prefered credentials helper
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue