Documentation
¶
Index ¶
- func Build(dir, dockerfile, imageName string) error
- func BuildAddLabelsToImage(image string, labels map[string]string) error
- func ContainerInspect(id string) (*types.ContainerJSON, error)
- func ContainerLogsFollow(containerID string, out io.Writer) error
- func Push(image string) error
- func Run(options RunOptions) error
- func RunDaemon(options RunOptions) (string, error)
- func RunWithIO(options RunOptions, stdin io.Reader, stdout, stderr io.Writer) error
- func Stop(id string) error
- type Port
- type RunOptions
- type Volume
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildAddLabelsToImage ¶ added in v0.0.8
func ContainerInspect ¶ added in v0.0.8
func ContainerInspect(id string) (*types.ContainerJSON, error)
func ContainerLogsFollow ¶ added in v0.0.8
func Run ¶ added in v0.0.8
func Run(options RunOptions) error
func RunDaemon ¶ added in v0.0.8
func RunDaemon(options RunOptions) (string, error)
Types ¶
type RunOptions ¶ added in v0.0.8
Click to show internal directories.
Click to hide internal directories.