Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerImage ¶
type DockerImage struct { ContainerName string Name string PortInternal int PortExternal int Version string LogFile string LogFileStringHealthCheck string HealthcheckURL string EnvironmentVariables []string }
func (*DockerImage) Run ¶ added in v0.6.0
func (d *DockerImage) Run() error
func (*DockerImage) Stop ¶ added in v0.6.0
func (d *DockerImage) Stop() error
Click to show internal directories.
Click to hide internal directories.