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

Struct ContainerProcSummary

pkg/api/api.go:593–600  ·  view source on GitHub ↗

ContainerProcSummary holds container processes top data

Source from the content-addressed store, hash-verified

591
592// ContainerProcSummary holds container processes top data
593type ContainerProcSummary struct {
594 ID string
595 Name string
596 Processes [][]string
597 Titles []string
598 Service string
599 Replica string
600}
601
602// ImageSummary holds container image description
603type ImageSummary struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected