Lightweight docker implementation of the website copier httrack.
50K+
Lightweight docker implementation of the website copier httrack.
Allows to make mirrors and copies of websites without having to install httrack.
Run the image:
docker run -it \
-v $(pwd):/app \
-e HTTRACK_URI=http://example.com \
ralfbs/httrack:latest
Replace example.com with the website you want to copy. This will create a copy of that website in your working directory
For a list of possible options see HTTrack User Guide
Content type
Image
Digest
Size
21.4 MB
Last updated
over 8 years ago
docker pull ralfbs/httrack