Documentation ¶
Index ¶
- type ContainerInfo
- type Docker
- func (d *Docker) Close()
- func (d *Docker) ContainerInfo(containerName string) (ContainerInfo, error)
- func (d *Docker) ContainerPassed(containerID string) (bool, error)
- func (d *Docker) CreateContainer(config *container.Config, hostConfig *container.HostConfig, networkID string, ...) (string, error)
- func (d *Docker) CreateNetwork(networkID string) error
- func (d *Docker) DestroyContainer(containerID string) error
- func (d *Docker) DestroyNetwork(networkID string) error
- func (d *Docker) ImageExistsLocally(imageTag string) (bool, error)
- func (d *Docker) PullImage(imageTag string) error
- func (d *Docker) StartContainer(containerID string) error
- func (d *Docker) WaitForContainerToFinish(containerID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerInfo ¶
type Docker ¶
type Docker struct {
// contains filtered or unexported fields
}
func (*Docker) ContainerInfo ¶
func (d *Docker) ContainerInfo(containerName string) (ContainerInfo, error)
func (*Docker) CreateContainer ¶
func (*Docker) CreateNetwork ¶
func (*Docker) DestroyContainer ¶
func (*Docker) DestroyNetwork ¶
func (*Docker) ImageExistsLocally ¶
func (*Docker) StartContainer ¶
func (*Docker) WaitForContainerToFinish ¶
Click to show internal directories.
Click to hide internal directories.