Fix json examples in the api reference.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera 2015-08-25 10:51:16 -04:00
parent ee2c476f22
commit 7296c845b7
5 changed files with 15 additions and 15 deletions

View File

@ -176,7 +176,7 @@ Create a container
Content-Type: application/json Content-Type: application/json
{ {
"Id":"e90e34656806" "Id":"e90e34656806",
"Warnings":[] "Warnings":[]
} }

View File

@ -193,7 +193,7 @@ Create a container
Content-Type: application/json Content-Type: application/json
{ {
"Id":"e90e34656806" "Id":"e90e34656806",
"Warnings":[] "Warnings":[]
} }
@ -1872,7 +1872,7 @@ Sets up an exec instance in a running container `id`
Content-Type: application/json Content-Type: application/json
{ {
"Id": "f90e34656806" "Id": "f90e34656806",
"Warnings":[] "Warnings":[]
} }

View File

@ -199,7 +199,7 @@ Create a container
Content-Type: application/json Content-Type: application/json
{ {
"Id":"e90e34656806" "Id":"e90e34656806",
"Warnings":[] "Warnings":[]
} }
@ -1929,7 +1929,7 @@ Sets up an exec instance in a running container `id`
Content-Type: application/json Content-Type: application/json
{ {
"Id": "f90e34656806" "Id": "f90e34656806",
"Warnings":[] "Warnings":[]
} }

View File

@ -61,7 +61,7 @@ List containers
}, },
{ {
"Id": "9cd87474be90", "Id": "9cd87474be90",
"Names":["/coolName"] "Names":["/coolName"],
"Image": "ubuntu:latest", "Image": "ubuntu:latest",
"Command": "echo 222222", "Command": "echo 222222",
"Created": 1367854155, "Created": 1367854155,
@ -73,7 +73,7 @@ List containers
}, },
{ {
"Id": "3176a2479c92", "Id": "3176a2479c92",
"Names":["/sleepy_dog"] "Names":["/sleepy_dog"],
"Image": "ubuntu:latest", "Image": "ubuntu:latest",
"Command": "echo 3333333333333333", "Command": "echo 3333333333333333",
"Created": 1367854154, "Created": 1367854154,
@ -85,7 +85,7 @@ List containers
}, },
{ {
"Id": "4cb07b47f9fb", "Id": "4cb07b47f9fb",
"Names":["/running_cat"] "Names":["/running_cat"],
"Image": "ubuntu:latest", "Image": "ubuntu:latest",
"Command": "echo 444444444444444444444444444444444", "Command": "echo 444444444444444444444444444444444",
"Created": 1367854152, "Created": 1367854152,
@ -205,7 +205,7 @@ Create a container
Content-Type: application/json Content-Type: application/json
{ {
"Id":"e90e34656806" "Id":"e90e34656806",
"Warnings":[] "Warnings":[]
} }
@ -2050,7 +2050,7 @@ Sets up an exec instance in a running container `id`
Content-Type: application/json Content-Type: application/json
{ {
"Id": "f90e34656806" "Id": "f90e34656806",
"Warnings":[] "Warnings":[]
} }

View File

@ -61,7 +61,7 @@ List containers
}, },
{ {
"Id": "9cd87474be90", "Id": "9cd87474be90",
"Names":["/coolName"] "Names":["/coolName"],
"Image": "ubuntu:latest", "Image": "ubuntu:latest",
"Command": "echo 222222", "Command": "echo 222222",
"Created": 1367854155, "Created": 1367854155,
@ -73,7 +73,7 @@ List containers
}, },
{ {
"Id": "3176a2479c92", "Id": "3176a2479c92",
"Names":["/sleepy_dog"] "Names":["/sleepy_dog"],
"Image": "ubuntu:latest", "Image": "ubuntu:latest",
"Command": "echo 3333333333333333", "Command": "echo 3333333333333333",
"Created": 1367854154, "Created": 1367854154,
@ -85,7 +85,7 @@ List containers
}, },
{ {
"Id": "4cb07b47f9fb", "Id": "4cb07b47f9fb",
"Names":["/running_cat"] "Names":["/running_cat"],
"Image": "ubuntu:latest", "Image": "ubuntu:latest",
"Command": "echo 444444444444444444444444444444444", "Command": "echo 444444444444444444444444444444444",
"Created": 1367854152, "Created": 1367854152,
@ -206,7 +206,7 @@ Create a container
Content-Type: application/json Content-Type: application/json
{ {
"Id":"e90e34656806" "Id":"e90e34656806",
"Warnings":[] "Warnings":[]
} }
@ -2059,7 +2059,7 @@ Sets up an exec instance in a running container `id`
Content-Type: application/json Content-Type: application/json
{ {
"Id": "f90e34656806" "Id": "f90e34656806",
"Warnings":[] "Warnings":[]
} }