Documentation ¶
Index ¶
- type Client
- func (client *Client) BuildImage(image Image) (err error)
- func (client *Client) CreateContainer(container Container) (err error)
- func (client *Client) Init(sock Sock)
- func (client *Client) PullImage(image Image) (err error)
- func (client *Client) RunContainer(container Container) (err error)
- func (client *Client) StartContainer(container Container) (err error)
- type Container
- type ContainerPortMapping
- type ContainerVolume
- type Image
- type Sock
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) BuildImage ¶ added in v1.0.1
func (*Client) CreateContainer ¶
func (*Client) RunContainer ¶
func (*Client) StartContainer ¶
type Container ¶
type Container struct { Name string Image string Labels map[string]string Volumes []ContainerVolume PortMappings []ContainerPortMapping }
type ContainerPortMapping ¶
type ContainerVolume ¶
Click to show internal directories.
Click to hide internal directories.