MCPcopy
hub / github.com/keploy/keploy / IsContainerRunning

Method IsContainerRunning

pkg/platform/docker/service.go:17–17  ·  view source on GitHub ↗
(containerName string)

Source from the content-addressed store, hash-verified

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
20 // New functions for finding containers in compose files

Callers 1

SetupDockerMethod · 0.65

Implementers 1

Implpkg/platform/docker/docker.go

Calls

no outgoing calls

Tested by

no test coverage detected