mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
remove docker parallel pulls
This commit is contained in:
parent
020cbb5355
commit
c34570f665
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue