Kiwix serve Docker image

With local ZIM file(s)

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

With remote ZIM file

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

ARM

Build an image for an ARM based GNU/Linux:

docker build . -t kiwix/kiwix-serve:latest --build-arg ARCH="arm32v7/"

You can also deploy kiwix with docker-compose. Check out a sample at docker-compose.yml.example

Screenshots

screenshot_1.png screenshot_2.png