Documentation ¶
Index ¶
- func Build(verbose bool, projectName string, dockerComposeFile string, args ...string) (err error)
- func Down(verbose bool, projectName string, dockerComposeFile string, args ...string) (err error)
- func Exec(verbose bool, projectName string, dockerComposeFile string, args ...string) (err error)
- func GetContainers(projectName string, dockerComposeFile string) (containers []string, err error)
- func List(verbose bool, projectName string, dockerComposeFile string, args ...string) (err error)
- func Start(verbose bool, projectName string, dockerComposeFile string, args ...string) (err error)
- func Stop(verbose bool, projectName string, dockerComposeFile string, args ...string) (err error)
- func Up(verbose bool, projectName string, dockerComposeFile string, args ...string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContainers ¶
GetContainers return the list of containers for the given project and docker-compose file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.