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
- HTTRACK_URI: URL of the site to mirror (e.g. https://example.com)
- HTTRACK_OPTS: httrack options
For a list of possible options see HTTrack User Guide