Skip to content

Commit 489b0d1

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/e2e/service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ func (s *ConcreteService) Start(networkName, sharedDir string) (err error) {
128128
return errors.Wrapf(err, "unable to get mapping for port %d; service: %s; output: %q", containerPort, s.name, out)
129129
}
130130

131+
logger.Log("port command output:", string(out))
131132
localPort, err := parseDockerIPv4Port(string(out))
132133
if err != nil {
133134
return errors.Wrapf(err, "unable to get mapping for port %d (output: %s); service: %s", containerPort, string(out), s.name)

0 commit comments

Comments
 (0)