Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { Name string `json:"name"` Runtime string `json:"runtime"` ID string `json:"id"` Image string `json:"image,omitempty"` Mounts []specs.Mount `json:"mounts"` State string `json:"state,omitempty"` }
Container holds the data to be sent when creating a container component
Click to show internal directories.
Click to hide internal directories.