Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultImageName = "golang" DefaultImageTag = "1.9" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerConfig ¶ added in v0.2.2
type ContainerConfig struct { Name string Url string Directory string ContainerImage ContainerImage // contains filtered or unexported fields }
type ContainerFactory ¶ added in v0.2.2
type ContainerFactory interface {
Create(ContainerConfig) Container
}
type ContainerID ¶ added in v0.1.1
type ContainerID = string
type ContainerImage ¶ added in v0.2.2
func GetDefaultImage ¶ added in v0.2.2
func GetDefaultImage() ContainerImage
func (ContainerImage) GetFullName ¶ added in v0.2.2
func (dc ContainerImage) GetFullName() string
Click to show internal directories.
Click to hide internal directories.