Documentation ¶
Index ¶
Constants ¶
View Source
const TypeImageCache string = "image_cache"
TypeContainer is the resource string for a Container resource
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageCache ¶
type ImageCache struct { // embedded type holding name, etc types.ResourceMetadata `hcl:",remain"` Networks []string `json:"networks" state:"true"` // Attach to the correct network // only when Image is specified }
Container defines a structure for creating Docker containers
Click to show internal directories.
Click to hide internal directories.