Skip to content

Commit 62fc35f

Browse files
tarasposfsouza
authored andcommitted
[testing/server] return container labels when listing containers
1 parent e463126 commit 62fc35f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ loop:
433433
State: container.State.StateString(),
434434
Ports: ports,
435435
Names: []string{fmt.Sprintf("/%s", container.Name)},
436+
Labels: container.Config.Labels,
436437
})
437438
}
438439
}

0 commit comments

Comments
 (0)