mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix json examples in the api reference.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
ee2c476f22
commit
7296c845b7
5 changed files with 15 additions and 15 deletions
|
@ -176,7 +176,7 @@ Create a container
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Id":"e90e34656806"
|
||||
"Id":"e90e34656806",
|
||||
"Warnings":[]
|
||||
}
|
||||
|
||||
|
|
|
@ -193,7 +193,7 @@ Create a container
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Id":"e90e34656806"
|
||||
"Id":"e90e34656806",
|
||||
"Warnings":[]
|
||||
}
|
||||
|
||||
|
@ -1872,7 +1872,7 @@ Sets up an exec instance in a running container `id`
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Id": "f90e34656806"
|
||||
"Id": "f90e34656806",
|
||||
"Warnings":[]
|
||||
}
|
||||
|
||||
|
|
|
@ -199,7 +199,7 @@ Create a container
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Id":"e90e34656806"
|
||||
"Id":"e90e34656806",
|
||||
"Warnings":[]
|
||||
}
|
||||
|
||||
|
@ -1929,7 +1929,7 @@ Sets up an exec instance in a running container `id`
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Id": "f90e34656806"
|
||||
"Id": "f90e34656806",
|
||||
"Warnings":[]
|
||||
}
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ List containers
|
|||
},
|
||||
{
|
||||
"Id": "9cd87474be90",
|
||||
"Names":["/coolName"]
|
||||
"Names":["/coolName"],
|
||||
"Image": "ubuntu:latest",
|
||||
"Command": "echo 222222",
|
||||
"Created": 1367854155,
|
||||
|
@ -73,7 +73,7 @@ List containers
|
|||
},
|
||||
{
|
||||
"Id": "3176a2479c92",
|
||||
"Names":["/sleepy_dog"]
|
||||
"Names":["/sleepy_dog"],
|
||||
"Image": "ubuntu:latest",
|
||||
"Command": "echo 3333333333333333",
|
||||
"Created": 1367854154,
|
||||
|
@ -85,7 +85,7 @@ List containers
|
|||
},
|
||||
{
|
||||
"Id": "4cb07b47f9fb",
|
||||
"Names":["/running_cat"]
|
||||
"Names":["/running_cat"],
|
||||
"Image": "ubuntu:latest",
|
||||
"Command": "echo 444444444444444444444444444444444",
|
||||
"Created": 1367854152,
|
||||
|
@ -205,7 +205,7 @@ Create a container
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Id":"e90e34656806"
|
||||
"Id":"e90e34656806",
|
||||
"Warnings":[]
|
||||
}
|
||||
|
||||
|
@ -2050,7 +2050,7 @@ Sets up an exec instance in a running container `id`
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Id": "f90e34656806"
|
||||
"Id": "f90e34656806",
|
||||
"Warnings":[]
|
||||
}
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ List containers
|
|||
},
|
||||
{
|
||||
"Id": "9cd87474be90",
|
||||
"Names":["/coolName"]
|
||||
"Names":["/coolName"],
|
||||
"Image": "ubuntu:latest",
|
||||
"Command": "echo 222222",
|
||||
"Created": 1367854155,
|
||||
|
@ -73,7 +73,7 @@ List containers
|
|||
},
|
||||
{
|
||||
"Id": "3176a2479c92",
|
||||
"Names":["/sleepy_dog"]
|
||||
"Names":["/sleepy_dog"],
|
||||
"Image": "ubuntu:latest",
|
||||
"Command": "echo 3333333333333333",
|
||||
"Created": 1367854154,
|
||||
|
@ -85,7 +85,7 @@ List containers
|
|||
},
|
||||
{
|
||||
"Id": "4cb07b47f9fb",
|
||||
"Names":["/running_cat"]
|
||||
"Names":["/running_cat"],
|
||||
"Image": "ubuntu:latest",
|
||||
"Command": "echo 444444444444444444444444444444444",
|
||||
"Created": 1367854152,
|
||||
|
@ -206,7 +206,7 @@ Create a container
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Id":"e90e34656806"
|
||||
"Id":"e90e34656806",
|
||||
"Warnings":[]
|
||||
}
|
||||
|
||||
|
@ -2059,7 +2059,7 @@ Sets up an exec instance in a running container `id`
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Id": "f90e34656806"
|
||||
"Id": "f90e34656806",
|
||||
"Warnings":[]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue