(compose *Compose, path string)
| 14 | |
| 15 | ReadComposeFile(filePath string) (*Compose, error) |
| 16 | WriteComposeFile(compose *Compose, path string) error |
| 17 | IsContainerRunning(containerName string) (bool, error) |
| 18 | CreateVolume(ctx context.Context, volumeName string, recreate bool, driverOpts map[string]string) error |
| 19 |
no outgoing calls
no test coverage detected