mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-08-03 19:36:00 -04:00
Kiwix serve Docker image
Use with local ZIM file
-
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
Use with remote ZIM file
docker run -e "DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim" -p 8080:80 kiwix/kiwix-serve