mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
docker pull background
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user