From a83d1a27721162757808bc6c4f365ba1d2ec7510 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 24 Apr 2020 16:25:56 -0400 Subject: Make podman container list == podman ps Also make podman create -p PUBLISHPorts work. This PR fixes ps_test.go Signed-off-by: Daniel J Walsh --- pkg/domain/entities/container_ps.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/domain/entities/container_ps.go') diff --git a/pkg/domain/entities/container_ps.go b/pkg/domain/entities/container_ps.go index 709bb58d6..7f69eec0c 100644 --- a/pkg/domain/entities/container_ps.go +++ b/pkg/domain/entities/container_ps.go @@ -25,6 +25,8 @@ type ListContainer struct { ID string `json:"Id"` // Container image Image string + // Container image ID + ImageID string // If this container is a Pod infra container IsInfra bool // Labels for container -- cgit v1.2.3-54-g00ecf