mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
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:
parent
989567e05e
commit
568068ecfc
2 changed files with 4 additions and 3 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue