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

Method Project

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

Source from the content-addressed store, hash-verified

169}
170
171func (c *ContainerContext) Project() string {
172 return c.c.Project
173}
174
175func (c *ContainerContext) Image() string {
176 return c.c.Image

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected