WARC2zim version update

- updated to latest warc2zim release
- fixed param name typo in README
- added creation of `/output` so container can run on default params even if /output
is not a mounted volume
This commit is contained in:
renaud gaudin 2020-11-10 08:25:36 +00:00
parent 989567e05e
commit 568068ecfc
2 changed files with 4 additions and 3 deletions

View file

@ -1,9 +1,10 @@
FROM webrecorder/browsertrix-crawler:0.1.1
RUN mkdir -p /output
WORKDIR /app
#RUN pip install 'warc2zim>=1.3.0'
RUN pip install git+https://github.com/openzim/warc2zim.git@master
RUN pip install 'warc2zim>=1.3.1'
ADD zimit.py /app/

View file

@ -52,7 +52,7 @@ Example command:
```bash
docker run -v /output:/output --cap-add=SYS_ADMIN --cap-add=NET_ADMIN \
--shm-size=1gb openzim/zimit zimit --url URL --name myzimfile --workers 2 --wait-until domcontentloaded
--shm-size=1gb openzim/zimit zimit --url URL --name myzimfile --workers 2 --waitUntil domcontentloaded
```
The puppeteer-cluster provides monitoring output which is enabled by