https://github.com/fluential/docker-tinysearch
Docker tinysearch mre Alpine image
https://github.com/fluential/docker-tinysearch
Last synced: about 1 month ago
JSON representation
Docker tinysearch mre Alpine image
- Host: GitHub
- URL: https://github.com/fluential/docker-tinysearch
- Owner: fluential
- License: apache-2.0
- Created: 2020-06-11T18:12:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T16:17:45.000Z (about 6 years ago)
- Last Synced: 2025-10-10T04:26:21.656Z (9 months ago)
- Language: Dockerfile
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-tinysearch
Docker tinysearch mre Alpine image
Also available at [Docker HUB](https://hub.docker.com/repository/docker/fluential/docker-tinysearch)
Please check what's required to [host WebAssembly in production](https://rustwasm.github.io/book/reference/deploying-to-production.html) -- you will need to explicitly set mime gzip types
### Usage
## RUN
```
docker pull fluential/docker-tinysearch
```
## BUILD
Available buid args:
- WASM_REPO
- WASM_BRANCH
- TINY_REPO
- TINY_BRANCH
- TINY_MAGIC (for a magic number see https://github.com/mre/tinysearch/issues/111)
```
docker build --build-arg WASM_BRANCH=master -t tinysearch .
```
```
docker build --build-arg TINY_MAGIC=64 -t tinysearch .
```