Documentation ¶
Overview ¶
Package docker provides some helpers to manage docker-compose clusters from the test suites
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
func Build(logger io.WriteCloser, rootPath string, imgs ...ImageBuild) error
Build a set of Dockerfile images
Types ¶
type Compose ¶
type Compose struct { Path string Logger io.WriteCloser Env []string }
func ComposeSuite ¶
type ImageBuild ¶
ImageBuild information for testing docker images: its name/tag and where the dockerfile is located. If the dockerfile is null, it will try pulling the image.
Click to show internal directories.
Click to hide internal directories.