MCPcopy Create free account
hub / github.com/docker/compose / Status

Method Status

cmd/formatter/container.go:204–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202}
203
204func (c *ContainerContext) Status() string {
205 return c.c.Status
206}
207
208func (c *ContainerContext) Health() string {
209 return string(c.c.Health)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected