Remove --size from container command

--size doesn't work in podman 2.0 from c8 stream
Change-Id: I016aaf33f342d8bdfed651cda1062a582e8b0f24
This commit is contained in:
Sagi Shnaidman 2020-12-17 17:59:43 +02:00
parent 09a886105a
commit 61e3cc33bd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ mkdir -p $BASE_CONTAINER_EXTRA;
ALL_FILE=$BASE_CONTAINER_EXTRA/${engine}_allinfo.log;
CONTAINER_INFO_CMDS=(
"${engine} ps --all --size"
"${engine} ps --all"
"${engine} images"
"${engine} version"
"${engine} info"