Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImageExists ¶
ImageExists checks to see if a docker image exists in the local registry takes one argument, the image name: docker.ImageExists("NameOfImage")
Types ¶
type ContainerObj ¶ added in v0.1.59
func Container ¶ added in v0.1.59
func Container(name string) *ContainerObj
func (*ContainerObj) Interactive ¶ added in v0.1.59
func (image *ContainerObj) Interactive() *ContainerObj
func (*ContainerObj) Mount ¶ added in v0.1.59
func (image *ContainerObj) Mount(source, dest string) *ContainerObj
func (*ContainerObj) Run ¶ added in v0.1.59
func (image *ContainerObj) Run(formatString string, args ...interface{}) string
Click to show internal directories.
Click to hide internal directories.