mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-09 15:21:52 -04:00
Add example with globbing
This commit is contained in:
parent
6e239d5cb6
commit
a463c31a0c
@ -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
|
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
|
With remote ZIM file
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user