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

Function getContainerProgressName

pkg/compose/convergence.go:133–135  ·  pkg/compose/convergence.go::getContainerProgressName
(ctr container.Summary)

Source from the content-addressed store, hash-verified

131}
132
133func getContainerProgressName(ctr container.Summary) string {
134 return "Container " + getCanonicalContainerName(ctr)
135}
136
137func containerEvents(containers Containers, eventFunc func(string) api.Resource) []api.Resource {
138 events := []api.Resource{}

Callers 14

restartMethod · 0.85
removeMethod · 0.85
buildGroupTrackerMethod · 0.85
emitStartEventFunction · 0.85
emitDoneEventFunction · 0.85
emitErrorEventFunction · 0.85
containerEventsFunction · 0.85
containerReasonEventsFunction · 0.85
startServiceContainerMethod · 0.85
killMethod · 0.85
stopContainerMethod · 0.85

Calls 1

Tested by

no test coverage detected