Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateContainer(service models.Service, image models.Image) (container.CreateResponse, error)
- func (c *Client) GetContainerEnv(service models.Service) map[string]string
- func (c *Client) GetContainerPorts(service models.Service) []string
- func (c *Client) ListContainers() ([]types.Container, error)
- func (c *Client) RemoveContainer(service models.Service) error
- func (c *Client) RemoveContainerById(id string) error
- func (c *Client) StartContainer(service models.Service) error
- func (c *Client) StopContainer(service models.Service) error
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) CreateContainer ¶
func (*Client) GetContainerEnv ¶ added in v0.2.0
func (*Client) GetContainerPorts ¶
func (*Client) RemoveContainerById ¶
Click to show internal directories.
Click to hide internal directories.