An open API service indexing awesome lists of open source software.

https://github.com/cbeer/docker-heritrix


https://github.com/cbeer/docker-heritrix

Last synced: 2 months ago
JSON representation

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
```