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

Method stdout

pkg/compose/compose.go:258–260  ·  pkg/compose/compose.go::composeService.stdout
()

Source from the content-addressed store, hash-verified

256}
257
258func (s *composeService) stdout() *streams.Out {
259 return s.dockerCli.Out()
260}
261
262func (s *composeService) stdin() *streams.In {
263 return s.dockerCli.In()

Callers 10

copyFromContainerMethod · 0.95
exportMethod · 0.95
attachMethod · 0.95
UpMethod · 0.95
RemoveMethod · 0.95
doBuildBakeMethod · 0.95
doBuildImageMethod · 0.95
runHookMethod · 0.95
WaitMethod · 0.95
ExecMethod · 0.80

Calls 1

OutMethod · 0.45

Tested by

no test coverage detected