Documentation
¶
Overview ¶
docker holds useful things for interacting with docker
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Content ¶
func NewContentFromString ¶
type NetworkAttachment ¶
type NetworkRequest ¶
type NetworkRequest struct { // Name is the name of the network to create. If empty, a random name will be // generated. Name string // IPAM is the IP Address Management configuration for the network. Most of // the time this can be left empty and set by the daemon. IPAM *network.IPAM Labels map[string]string EnableIPv6 bool }
type Request ¶
type Request struct { Ref name.Reference Name string Entrypoint []string User string // uid:gid Env []string Cmd []string Labels map[string]string Privileged bool Resources ResourcesRequest Mounts []mount.Mount Networks []NetworkAttachment Timeout time.Duration HealthCheck *container.HealthConfig Contents []*Content PortBindings nat.PortMap }
type ResourcesRequest ¶
Click to show internal directories.
Click to hide internal directories.