Documentation ¶
Index ¶
- type Cont
- type Docker
- func (d *Docker) ContainerExecStart(containerID string, startCheck types.ExecStartCheck) error
- func (d *Docker) ContainerInspect(containerID string) (*types.ContainerJSON, error)
- func (d *Docker) ContainerStart(containerID string, option types.ContainerStartOptions) error
- func (d *Docker) ContainerStop(containerID string, timeout *time.Duration) error
- func (d *Docker) GetActiveContainerList() (*[]types.Container, error)
- func (d *Docker) GetImageList() (*[]types.ImageSummary, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶
func NewDockerClient ¶
func (*Docker) ContainerExecStart ¶
func (d *Docker) ContainerExecStart(containerID string, startCheck types.ExecStartCheck) error
func (*Docker) ContainerInspect ¶
func (d *Docker) ContainerInspect(containerID string) (*types.ContainerJSON, error)
func (*Docker) ContainerStart ¶
func (d *Docker) ContainerStart(containerID string, option types.ContainerStartOptions) error
func (*Docker) ContainerStop ¶
func (*Docker) GetActiveContainerList ¶
func (*Docker) GetImageList ¶
func (d *Docker) GetImageList() (*[]types.ImageSummary, error)
Click to show internal directories.
Click to hide internal directories.