Also filter the retrieving image stuff during the lxc launch because that creates a mess

This commit is contained in:
Alexandre Aubin 2021-01-03 19:52:33 +01:00
parent 65315edd44
commit 428e082ab5

View file

@ -10,7 +10,7 @@ LXC_CREATE () {
-c security.privileged=true \
-c limits.memory=80% \
-c limits.cpu.allowance=80% \
| grep -v -E "^\s*Remapping container filesystem\s*$"
| grep -v -E "^\s*Remapping container filesystem\s*$\|^\s*Retrieving image"
[[ "${PIPESTATUS[0]}" -eq 0 ]] || clean_exit 1