MCPcopy
hub / github.com/docker/compose / containerDetail

Function containerDetail

pkg/compose/images_test.go:103–111  ·  view source on GitHub ↗
(service string, id string, status container.ContainerState, imageName string)

Source from the content-addressed store, hash-verified

101}
102
103func containerDetail(service string, id string, status container.ContainerState, imageName string) container.Summary {
104 return container.Summary{
105 ID: id,
106 Names: []string{"/" + id},
107 Image: imageName,
108 Labels: containerLabels(service, false),
109 State: status,
110 }
111}

Callers 1

TestImagesFunction · 0.85

Calls 1

containerLabelsFunction · 0.85

Tested by

no test coverage detected