Documentation ¶
Index ¶
Constants ¶
View Source
const TypeNetwork string = "network"
TypeNetwork is the string resource type for Network resources
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Network ¶
type Network struct { // embedded type holding name, etc types.ResourceMetadata `hcl:",remain"` Subnet string `hcl:"subnet" json:"subnet"` }
Network defines a Docker network
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Network is a provider for creating docker networks
Click to show internal directories.
Click to hide internal directories.