1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

add creation timestamp to docker network inspect

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

View File

@ -470,6 +470,7 @@ type VolumeCreateRequest struct {
type NetworkResource struct {
Name string // Name is the requested name of the network
ID string `json:"Id"` // ID uniquely identifies a network on a single machine
Created time.Time // Created is the time the network created
Scope string // Scope describes the level at which the network exists (e.g. `global` for cluster-wide or `local` for machine level)
Driver string // Driver is the Driver name used to create the network (e.g. `bridge`, `overlay`)
EnableIPv6 bool // EnableIPv6 represents whether to enable IPv6