Remove extra comma in Image Pull API examples
Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
This commit is contained in:
parent
3d231c78e8
commit
307c39c187
4 changed files with 4 additions and 4 deletions
|
@ -1727,7 +1727,7 @@ Query Parameters:
|
|||
{
|
||||
"username": "jdoe",
|
||||
"password": "secret",
|
||||
"email": "jdoe@acme.com",
|
||||
"email": "jdoe@acme.com"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -1758,7 +1758,7 @@ Query Parameters:
|
|||
{
|
||||
"username": "jdoe",
|
||||
"password": "secret",
|
||||
"email": "jdoe@acme.com",
|
||||
"email": "jdoe@acme.com"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -1759,7 +1759,7 @@ a base64-encoded AuthConfig object.
|
|||
{
|
||||
"username": "jdoe",
|
||||
"password": "secret",
|
||||
"email": "jdoe@acme.com",
|
||||
"email": "jdoe@acme.com"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -1760,7 +1760,7 @@ a base64-encoded AuthConfig object.
|
|||
{
|
||||
"username": "jdoe",
|
||||
"password": "secret",
|
||||
"email": "jdoe@acme.com",
|
||||
"email": "jdoe@acme.com"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue