Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DockerComposeYml is yml file DockerComposeYml = "docker-compose.yml" // Version of docker compose Version = "3" )
Functions ¶
This section is empty.
Types ¶
type DockerTool ¶ added in v0.9.10
type DockerTool struct{}
DockerTool for docker
func (*DockerTool) CmdDown ¶ added in v0.9.10
func (m *DockerTool) CmdDown(c *typgo.BuildSys) *cli.Command
CmdDown command down
func (*DockerTool) CmdUp ¶ added in v0.9.10
func (m *DockerTool) CmdUp(c *typgo.BuildSys) *cli.Command
CmdUp command up
Click to show internal directories.
Click to hide internal directories.