add creation timestamp to docker network inspect

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Upstream-commit: b5bb7de5d26a49c8a3789cfcaeb8ff3e6153e708
Component: engine
This commit is contained in:
Akihiro Suda
2016-08-30 04:53:16 +00:00
parent 79977cb0e7
commit a9ca455bda
5 changed files with 9 additions and 0 deletions

View File

@ -41,6 +41,7 @@ $ sudo docker network inspect bridge
{
"Name": "bridge",
"Id": "b2b1a2cba717161d984383fd68218cf70bbbd17d328496885f7c921333228b0f",
"Created": "2016-10-19T04:33:30.360899459Z",
"Scope": "local",
"Driver": "bridge",
"IPAM": {
@ -92,6 +93,7 @@ $ docker network inspect simple-network
{
"Name": "simple-network",
"Id": "69568e6336d8c96bbf57869030919f7c69524f71183b44d80948bd3927c87f6a",
"Created": "2016-10-19T04:33:30.360899459Z",
"Scope": "local",
"Driver": "bridge",
"IPAM": {