Skip to content

Commit

Permalink
Merge pull request #621 from kiwix/docker-readme-improvements
Browse files Browse the repository at this point in the history
Docker readme improvements
  • Loading branch information
kelson42 authored May 24, 2023
2 parents 191dc95 + a463c31 commit 221055f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ docker run -v $(pwd):/data -it ghcr.io/kiwix/kiwix-tools kiwix-search /data/wiki

- `wget` in `alpine:3` on `arm/v7` (__inside github action only__) crashes when downloading from HTTPs locations. Keep http-only in Dockerfile.
- Was also unhappy when using the mirrors so it's using `mirror.download` on purpose.

## See also

If you are interested by a Kiwix server only container image, [here it is](server/README.md).
6 changes: 6 additions & 0 deletions docker/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ With local ZIM file(s)
docker run -v /tmp/zim:/data -p 8080:8080 ghcr.io/kiwix/kiwix-serve wikipedia.zim wiktionary.zim
```

or, if you want to load all ZIM files within a directory, then use globbing:

```bash
docker run -v /tmp/zim:/data -p 8080:8080 ghcr.io/kiwix/kiwix-serve '*.zim'
```

With remote ZIM file
--------------------

Expand Down

0 comments on commit 221055f

Please sign in to comment.