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
Kelson 44613aae5d
Print information about /data if error
6 years ago
..
pictures New kiwix-serve screenshots 7 years ago
Dockerfile Use latest version of kiwix-serve in Dockerfile 6 years ago
README.md Simpliciation of README 6 years ago
start.sh Print information about /data if error 6 years ago

README.md

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