Skip to content

Commit b483cd3

Browse files
committed
log docker command outputs
Signed-off-by: Alvin Lin <[email protected]>
1 parent 489b0d1 commit b483cd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration/e2e/service.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ func (s *ConcreteService) Start(networkName, sharedDir string) (err error) {
115115
return err
116116
}
117117

118+
psOut, err := RunCommandAndGetOutput("docker", "ps")
119+
logger.Log("docker ps command output:", string(psOut))
120+
118121
// Get the dynamic local ports mapped to the container.
119122
for _, containerPort := range s.networkPorts {
120123
var out []byte

0 commit comments

Comments
 (0)