remove docker parallel pulls

This commit is contained in:
t3chn0m4g3 2020-12-28 20:54:09 +00:00
parent 020cbb5355
commit c34570f665

View file

@ -752,9 +752,8 @@ 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