MCPcopy Create free account
hub / github.com/efficientgo/e2e / NewCommandRunUntilStop

Function NewCommandRunUntilStop

env.go:269–271  ·  view source on GitHub ↗

NewCommandRunUntilStop is a command that allows to keep container running.

()

Source from the content-addressed store, hash-verified

267
268// NewCommandRunUntilStop is a command that allows to keep container running.
269func NewCommandRunUntilStop() Command {
270 return NewCommandWithoutEntrypoint("tail", "-f", "/dev/null")
271}
272
273type ReadinessProbe interface {
274 Ready(runnable Runnable) (err error)

Callers 2

TestDockerEnvironmentFunction · 0.92
TestExampleFunction · 0.92

Calls 1

Tested by 2

TestDockerEnvironmentFunction · 0.74
TestExampleFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…