https://github.com/cbeer/docker-heritrix
https://github.com/cbeer/docker-heritrix
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbeer/docker-heritrix
- Owner: cbeer
- Created: 2014-07-03T01:03:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-03T01:21:05.000Z (almost 11 years ago)
- Last Synced: 2025-03-24T05:34:53.488Z (3 months ago)
- Language: Shell
- Size: 105 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-heritrix
===============docker container with **heritrix-3.2.0**
# Run
```console
$ mkdir path/to/persistent/heritrix-data
$ docker run -it -p 8443:8443 -v path/to/persistent/heritrix-data:/mnt/heritrix-data cbeer/heritrix
$ curl https://heritrix:heritrix@localhost:8443
```