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
Fazle Rabbi c8be7c47ca
Modify README.md to link to docker-compose doc
5 years ago
..
pictures
Dockerfile
README.md
docker-compose.yml.example
start.sh

README.md

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