Docker container to download multiple urls with unique files
344
Docker container to download multiple urls with unique filenames
Create a file with a list of urls to download
cat > /tmp/urls_list <<EOL
https://tddapps.com/shoes/
https://www.tddapps.com/contact/
https://github.com/camilin87
EOL
Run the container
docker run --rm \
-v /tmp/urls_list:/var/mc/input/urls.txt \
-v ~/Downloads/tmp:/var/mc/output/ \
camilin87/multi-curl
Content type
Image
Digest
Size
27.4 MB
Last updated
over 8 years ago
docker pull camilin87/multi-curl