Documentation
¶
Index ¶
- type Client
- func (s Client) ContainerDetails(id string) (types.ContainerJSON, error)
- func (s Client) CreateContainer(name, image, deployment string) (string, error)
- func (s Client) KillContainer(id string) error
- func (s Client) ListAllContainers() ([]types.Container, error)
- func (s Client) ListDeploymentContainers(deployment string) ([]types.Container, error)
- func (s Client) RemoveContainer(id string) error
- func (s Client) StartContainer(id string) error
- func (s Client) StopContainer(id string) 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) ContainerDetails ¶
func (s Client) ContainerDetails(id string) (types.ContainerJSON, error)
func (Client) CreateContainer ¶
func (Client) KillContainer ¶
func (Client) ListDeploymentContainers ¶
func (Client) RemoveContainer ¶
func (Client) StartContainer ¶
func (Client) StopContainer ¶
Click to show internal directories.
Click to hide internal directories.