yum update all containers

for i in `vzlist -Ho ctid`; do echo “—–START $i”; vzpkg update $i; echo “—-END $i—-“;done

Posted in Uncategorized.