Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/compose
/ Image
Method
Image
cmd/formatter/container.go:175–177 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
173
}
174
175
func
(c *ContainerContext) Image() string {
176
return
c.c.Image
177
}
178
179
func
(c *ContainerContext) Command() string {
180
command := c.c.Command
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected