Updated version of the original jasiek/dockerized-kiwix-server with input from the jonboiser/dockerized-kiwix-server fork.
Download any ZIM content files from http://www.kiwix.org/wiki/Content.
Place content files in /path/to/zims
.
Download the docker-compose.yml file from this repo, and make edits for paths and ports as necessary.
Start the container and the Kiwix server, and make it available on your machine at http://localhost:8080
by default:
docker-compose up -d
To stop the container:
docker-compose down
Clone this repo and run the following in the directory:
docker build -t kiwix-serve-image .
Starts the container and the Kiwix server:
docker run -d --name kiwix-serve -v /path/to/zims:/zims -p 8080:8080 kiwix-serve-image
To stop the container:
docker stop kiwix-serve
Go to http://localhost:8080.