docker pull background

This commit is contained in:
t3chn0m4g3 2020-12-28 17:46:05 +00:00
parent b57f6ddd1e
commit aea14c9ead

View file

@ -752,8 +752,9 @@ esac
function fuPULLIMAGES {
for name in $(cat $myTPOTCOMPOSE | grep -v '#' | grep image | cut -d'"' -f2 | uniq)
do
docker pull $name
docker pull $name &
done
wait
}
fuBANNER "Pull images"
fuPULLIMAGES