mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
Update install.sh
This commit is contained in:
parent
579aaaa577
commit
0cff5f4be4
1 changed files with 2 additions and 3 deletions
|
@ -741,13 +741,12 @@ case $myCONF_TPOT_FLAVOR in
|
|||
;;
|
||||
esac
|
||||
|
||||
# Let's load docker images in parallel
|
||||
# Let's load docker images
|
||||
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