httrack running in docker!
This is going to be part of a site archiving toolkit so it typically won't be run like below, but you could I suppose:
URL=https://site.com
docker run -it --rm -v `pwd`:/data taylorjadin/httrack bash -c "httrack --robots=0 $URL"
Content type
Image
Digest
sha256:91fa22e36…
Size
64.8 MB
Last updated
almost 4 years ago
docker pull taylorjadin/httrack