Documentation ¶
Index ¶
- func NewClient() *client.Client
- type Docker
- func (c Docker) ContainerLogs(dockerClient containerClient, containerID string)
- func (c Docker) IfContainerExists(dockerClient containerClient, container string) (string, bool)
- func (c Docker) IfZapNetworkExists(dockerClient networkClient) bool
- func (c Docker) ImageExists(dockerClient imageClient, image string) bool
- func (c Docker) PullImage(dockerClient imageClient, image string) bool
- func (c Docker) RemoveContainer(dockerClient containerClient, containerID string)
- func (c Docker) RemoveZapNetwork(dockerClient networkClient)
- func (c Docker) RunNewman(dockerClient containerClient)
- func (c Docker) RunZap(dockerClient containerClient) string
- func (c Docker) SetupZapNetwork(dockerClient networkClient)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Docker ¶
func (Docker) ContainerLogs ¶
func (Docker) IfContainerExists ¶
func (Docker) IfZapNetworkExists ¶
func (Docker) ImageExists ¶
func (Docker) RemoveContainer ¶
func (Docker) RemoveZapNetwork ¶
func (c Docker) RemoveZapNetwork(dockerClient networkClient)
Remove ZAP Network
func (Docker) SetupZapNetwork ¶
func (c Docker) SetupZapNetwork(dockerClient networkClient)
Setup ZAP Network
Click to show internal directories.
Click to hide internal directories.