Documentation ¶
Index ¶
- type Docker
- func (d Docker) AllContainerIds() ([]string, []string)
- func (d Docker) Build(context, file, image string, additional []string) []string
- func (d Docker) ContainerIds() ([]string, []string)
- func (d Docker) Images(dangling string, label string, references []string) (image []Image, err []string)
- func (d Docker) Run(image, name string, cmd, additional []string) []string
- type Image
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶
type Docker struct {
// contains filtered or unexported fields
}
func (Docker) AllContainerIds ¶
func (Docker) ContainerIds ¶
Click to show internal directories.
Click to hide internal directories.