diff --git a/pkg/ps/ps.go b/pkg/ps/ps.go index 37da0b1104ee..289c0bdf48e9 100644 --- a/pkg/ps/ps.go +++ b/pkg/ps/ps.go @@ -143,7 +143,7 @@ func ListContainerBatch(rt *libpod.Runtime, ctr *libpod.Container, opts entities } } - conConfig = c.Config() + conConfig = c.ConfigNoCopy() conState, err = c.State() if err != nil { return fmt.Errorf("unable to obtain container state: %w", err)