1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #14676 from duglin/Issue14675

Add missing 'Names' field to /containers/json API output
Upstream-commit: 32764fe3b907dfe4d3e833c19fc605859adba47e
Component: engine
This commit is contained in:
moxiegirl
2015-07-19 06:53:25 -07:00
6 changed files with 24 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ List containers
[
{
"Id": "8dfafdbc3a40",
"Names":["/boring_feynman"],
"Image": "ubuntu:latest",
"Command": "echo 1",
"Created": 1367854155,
@@ -53,6 +54,7 @@ List containers
},
{
"Id": "9cd87474be90",
"Names":["/coolName"],
"Image": "ubuntu:latest",
"Command": "echo 222222",
"Created": 1367854155,
@@ -63,6 +65,7 @@ List containers
},
{
"Id": "3176a2479c92",
"Names":["/sleepy_dog"],
"Image": "ubuntu:latest",
"Command": "echo 3333333333333333",
"Created": 1367854154,
@@ -73,6 +76,7 @@ List containers
},
{
"Id": "4cb07b47f9fb",
"Names":["/running_cat"],
"Image": "ubuntu:latest",
"Command": "echo 444444444444444444444444444444444",
"Created": 1367854152,

View File

@@ -43,6 +43,7 @@ List containers
[
{
"Id": "8dfafdbc3a40",
"Names":["/boring_feynman"],
"Image": "ubuntu:latest",
"Command": "echo 1",
"Created": 1367854155,
@@ -53,6 +54,7 @@ List containers
},
{
"Id": "9cd87474be90",
"Names":["/coolName"],
"Image": "ubuntu:latest",
"Command": "echo 222222",
"Created": 1367854155,
@@ -63,6 +65,7 @@ List containers
},
{
"Id": "3176a2479c92",
"Names":["/sleep_dog"],
"Image": "ubuntu:latest",
"Command": "echo 3333333333333333",
"Created": 1367854154,
@@ -73,6 +76,7 @@ List containers
},
{
"Id": "4cb07b47f9fb",
"Names":["/running_cat"],
"Image": "ubuntu:latest",
"Command": "echo 444444444444444444444444444444444",
"Created": 1367854152,

View File

@@ -43,6 +43,7 @@ List containers
[
{
"Id": "8dfafdbc3a40",
"Names":["/boring_feynman"],
"Image": "ubuntu:latest",
"Command": "echo 1",
"Created": 1367854155,
@@ -53,6 +54,7 @@ List containers
},
{
"Id": "9cd87474be90",
"Names":["/coolName"],
"Image": "ubuntu:latest",
"Command": "echo 222222",
"Created": 1367854155,
@@ -63,6 +65,7 @@ List containers
},
{
"Id": "3176a2479c92",
"Names":["/sleepy_dog"],
"Image": "ubuntu:latest",
"Command": "echo 3333333333333333",
"Created": 1367854154,
@@ -73,6 +76,7 @@ List containers
},
{
"Id": "4cb07b47f9fb",
"Names":["/running_cat"],
"Image": "ubuntu:latest",
"Command": "echo 444444444444444444444444444444444",
"Created": 1367854152,

View File

@@ -43,6 +43,7 @@ List containers
[
{
"Id": "8dfafdbc3a40",
"Names":["/boring_feynman"],
"Image": "ubuntu:latest",
"Command": "echo 1",
"Created": 1367854155,
@@ -53,6 +54,7 @@ List containers
},
{
"Id": "9cd87474be90",
"Names":["/coolName"],
"Image": "ubuntu:latest",
"Command": "echo 222222",
"Created": 1367854155,
@@ -63,6 +65,7 @@ List containers
},
{
"Id": "3176a2479c92",
"Names":["/sleepy_dog"],
"Image": "ubuntu:latest",
"Command": "echo 3333333333333333",
"Created": 1367854154,
@@ -73,6 +76,7 @@ List containers
},
{
"Id": "4cb07b47f9fb",
"Names":["/running_cat"],
"Image": "ubuntu:latest",
"Command": "echo 444444444444444444444444444444444",
"Created": 1367854152,

View File

@@ -45,6 +45,7 @@ List containers
[
{
"Id": "8dfafdbc3a40",
"Names":["/boring_feynman"],
"Image": "ubuntu:latest",
"Command": "echo 1",
"Created": 1367854155,
@@ -55,6 +56,7 @@ List containers
},
{
"Id": "9cd87474be90",
"Names":["/coolName"],
"Image": "ubuntu:latest",
"Command": "echo 222222",
"Created": 1367854155,
@@ -65,6 +67,7 @@ List containers
},
{
"Id": "3176a2479c92",
"Names":["/sleepy_dog"],
"Image": "ubuntu:latest",
"Command": "echo 3333333333333333",
"Created": 1367854154,
@@ -75,6 +78,7 @@ List containers
},
{
"Id": "4cb07b47f9fb",
"Names":["/running_cat"],
"Image": "ubuntu:latest",
"Command": "echo 444444444444444444444444444444444",
"Created": 1367854152,

View File

@@ -45,6 +45,7 @@ List containers
[
{
"Id": "8dfafdbc3a40",
"Names":["/boring_feynman"],
"Image": "ubuntu:latest",
"Command": "echo 1",
"Created": 1367854155,
@@ -55,6 +56,7 @@ List containers
},
{
"Id": "9cd87474be90",
"Names":["/coolName"]
"Image": "ubuntu:latest",
"Command": "echo 222222",
"Created": 1367854155,
@@ -65,6 +67,7 @@ List containers
},
{
"Id": "3176a2479c92",
"Names":["/sleepy_dog"]
"Image": "ubuntu:latest",
"Command": "echo 3333333333333333",
"Created": 1367854154,
@@ -75,6 +78,7 @@ List containers
},
{
"Id": "4cb07b47f9fb",
"Names":["/running_cat"]
"Image": "ubuntu:latest",
"Command": "echo 444444444444444444444444444444444",
"Created": 1367854152,