mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
+9
-9
@@ -79,13 +79,13 @@ type Port struct {
|
||||
|
||||
type Container struct {
|
||||
ID string `json:"Id"`
|
||||
Names []string `json:,omitempty"`
|
||||
Image string `json:,omitempty"`
|
||||
Command string `json:,omitempty"`
|
||||
Created int `json:,omitempty"`
|
||||
Ports []Port `json:,omitempty"`
|
||||
SizeRw int `json:,omitempty"`
|
||||
SizeRootFs int `json:,omitempty"`
|
||||
Labels map[string]string `json:,omitempty"`
|
||||
Status string `json:,omitempty"`
|
||||
Names []string `json:",omitempty"`
|
||||
Image string `json:",omitempty"`
|
||||
Command string `json:",omitempty"`
|
||||
Created int `json:",omitempty"`
|
||||
Ports []Port `json:",omitempty"`
|
||||
SizeRw int `json:",omitempty"`
|
||||
SizeRootFs int `json:",omitempty"`
|
||||
Labels map[string]string `json:",omitempty"`
|
||||
Status string `json:",omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user