Sign inSign up

camilin87/multi-curl

By camilin87

Updated over 8 years ago

Docker container to download multiple urls with unique files

Image
0

344

camilin87/multi-curl repository overview

multi-curl

Docker container to download multiple urls with unique filenames

Usage

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

Tag summary

Content type

Image

Digest

Size

27.4 MB

Last updated

over 8 years ago

docker pull camilin87/multi-curl