Sign inSign up

ralfbs/httrack

By ralfbs

Updated over 8 years ago

Lightweight docker implementation of the website copier httrack.

Image
4

50K+

ralfbs/httrack repository overview

Httrack in Docker

Lightweight docker implementation of the website copier httrack.

What does it do?

Allows to make mirrors and copies of websites without having to install httrack.

How to use the image:

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

Environment Variables:

For a list of possible options see HTTrack User Guide

Tag summary

Content type

Image

Digest

Size

21.4 MB

Last updated

over 8 years ago

docker pull ralfbs/httrack