https://github.com/riccardobl/mirrormaker
Make mirrors easy.
https://github.com/riccardobl/mirrormaker
Last synced: about 2 months ago
JSON representation
Make mirrors easy.
- Host: GitHub
- URL: https://github.com/riccardobl/mirrormaker
- Owner: riccardobl
- Created: 2019-08-23T15:35:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T15:59:33.000Z (almost 6 years ago)
- Last Synced: 2024-10-06T05:21:14.116Z (8 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://hub.docker.com/r/riccardoblb/mirrormaker)
# MirrorMakerJust a docker image built around httrack used to mirror a website into a git repo.
Usage
```bash
docker run --rm -d -p8888:8080 --name=mirrormaker \
-eGIT_REPO="https://user:[email protected]/riccardobl/test" \
-eURL="https://****/" \
-eFILTERS="" \
riccardoblb/mirrormaker
```