Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶ added in v0.1.0
type Docker struct { DockerConfig *DockerConfig // contains filtered or unexported fields }
type DockerConfig ¶ added in v0.1.0
type DockerConfig struct {
// contains filtered or unexported fields
}
func (*DockerConfig) Cleanup ¶ added in v0.1.0
func (dc *DockerConfig) Cleanup() error
func (*DockerConfig) CreateNetwork ¶ added in v0.1.0
func (dc *DockerConfig) CreateNetwork() error
func (*DockerConfig) DeleteNetwork ¶ added in v0.1.0
func (dc *DockerConfig) DeleteNetwork() error
func (*DockerConfig) Init ¶ added in v0.1.0
func (dc *DockerConfig) Init() error
Click to show internal directories.
Click to hide internal directories.