This is a docker version of webHTTrack
1.6K
This is a docker-ized version of WebHTTrack.
It allows you to download a website from the Internet to your computer.
WebHTTrack closes after the mirroring is done. You need to set a restart policy of unless-stopped to keep it running.
version: '3.8'
services:
web:
image: eldekyfin/webhttrack
ports:
- 8080:8080
volumes:
- ./websites:/root/websites
restart: unless-stopped
docker pull \
-p 8080:8080 \
-v ./websites:/root/websites
Content type
Image
Digest
sha256:3e7010cdb…
Size
140 MB
Last updated
over 3 years ago
docker pull eldekyfin/webhttrack