MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / execDockerCompose

Function execDockerCompose

tools/mage/dev.go:83–86  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

81}
82
83func execDockerCompose(args ...string) error {
84 _, err := sh.Exec(nil, os.Stdout, os.Stderr, "docker", dockerComposeFlags(args...)...)
85 return err
86}
87
88// SQLStart starts the SQL database of the development environment.
89func (Dev) SQLStart() error {

Callers 9

SQLStartMethod · 0.85
SQLStopMethod · 0.85
SQLDumpMethod · 0.85
SQLRestoreMethod · 0.85
DBStartMethod · 0.85
DBStopMethod · 0.85
DBSQLMethod · 0.85
DBCreateMethod · 0.85
DBRedisCliMethod · 0.85

Calls 1

dockerComposeFlagsFunction · 0.85

Tested by

no test coverage detected