Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Containerization ¶ added in v0.1.6
type Containerization interface { Deploy(serviceID, service string, configs map[string]string) (map[string]string, error) Destroy(serviceID, service string, configs map[string]string) error }
Containerization interface
type DockerCompose ¶ added in v0.1.1
type DockerCompose struct { }
DockerCompose type
func NewDockerCompose ¶ added in v0.1.2
func NewDockerCompose() *DockerCompose
NewDockerCompose creates a new instance
func (*DockerCompose) Deploy ¶ added in v0.1.2
func (d *DockerCompose) Deploy(serviceID, service string, configs map[string]string) (map[string]string, error)
Deploy deploys services
func (*DockerCompose) Destroy ¶ added in v0.1.2
func (d *DockerCompose) Destroy(serviceID, service string, configs map[string]string) error
Destroy destroys services
func (*DockerCompose) Prune ¶ added in v0.1.14
func (d *DockerCompose) Prune() error
Prune remove all unused containers, networks, images
Click to show internal directories.
Click to hide internal directories.