mirror of https://github.com/docker/docs.git
Remove extra comma in Image Pull API examples
Signed-off-by: Anton Tiurin <noxiouz@yandex.ru> (cherry picked from commit 307c39c187f8785d8edae4bfd460e2dd0432626a)
This commit is contained in:
parent
4476697867
commit
712cbdbe1f
|
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue