mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2026-04-27 20:03:21 +01:00
14 lines
488 B
Markdown
14 lines
488 B
Markdown
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
|
|
```
|
|
|
|

|
|

|