Sign inSign up

eldekyfin/webhttrack

By eldekyfin

Updated over 3 years ago

This is a docker version of webHTTrack

Image
1

1.6K

eldekyfin/webhttrack repository overview

WebHTTrack-docker

This is a docker-ized version of WebHTTrack.

It allows you to download a website from the Internet to your computer.

How to use this image

WebHTTrack closes after the mirroring is done. You need to set a restart policy of unless-stopped to keep it running.

Docker Compose
version: '3.8'

services:
  web:
    image: eldekyfin/webhttrack
    ports:
      - 8080:8080
    volumes:
      - ./websites:/root/websites
    restart: unless-stopped
Docker Cli
docker pull \
 -p 8080:8080 \
 -v ./websites:/root/websites

Tag summary

Content type

Image

Digest

sha256:3e7010cdb

Size

140 MB

Last updated

over 3 years ago

docker pull eldekyfin/webhttrack