forked from kiwix/kiwix-tools
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
488 B
14 lines
488 B
kiwix-serve Docker image
|
|
========================
|
|
|
|
* Download a ZIM file from <https://wiki.kiwix.org/wiki/Content>
|
|
|
|
* Given `wikipedia.zim` resides in `/tmp/zim/`, execute the following:
|
|
|
|
```
|
|
docker run -v /tmp/zim:/data -p 8080:80 kiwix/kiwix-serve wikipedia.zim
|
|
```
|
|
|
|

|
|

|