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.
kiwix-tools/docker/server/README.md

720 B

Kiwix serve Docker image

With local ZIM file

docker run -v /tmp/zim:/data -p 8080:80 kiwix/kiwix-serve wikipedia.zim

With remote ZIM file

docker run -e "DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim" -p 8080:80 kiwix/kiwix-serve

Screenshots

screenshot_1.png screenshot_2.png