mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixes #27095 : Removing registrytoken field from doc as it is deprecated by identitytoken field
Signed-off-by: milindchawre <milindchawre@gmail.com>
This commit is contained in:
parent
6f54d70a54
commit
72dd684c88
3 changed files with 3 additions and 3 deletions
|
@ -1786,7 +1786,7 @@ a base64-encoded AuthConfig object.
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"registrytoken": "9cbaf023786cd7..."
|
"identitytoken": "9cbaf023786cd7..."
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1787,7 +1787,7 @@ a base64-encoded AuthConfig object.
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"registrytoken": "9cbaf023786cd7..."
|
"identitytoken": "9cbaf023786cd7..."
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1858,7 +1858,7 @@ a base64-encoded AuthConfig object.
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"registrytoken": "9cbaf023786cd7..."
|
"identitytoken": "9cbaf023786cd7..."
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue