docker build --tag google_image:1.0 .
docker run --name google_image_flask -p 8000:8000 -v ~/simple_images:/opt/simple_images google_image:1.0
- Your downloaded images will be at ~/simple_images
The real craft is scrapper.py module which can be engineered according to your use case