doc(readme): added docker instruction #178

This commit is contained in:
Alexey Kasyanchuk
2022-11-29 05:20:40 +03:00
parent 381d1204a7
commit da62edad2a

View File

@ -86,6 +86,23 @@ Now you can get access to web interface on 8095 port: http://localhost:8095
[More about server compatibility and known issues](docs/SERVER_COMPATIBILITY.md)
## Docker image
You can simply run docker image with prepared server version. Just download last sources:
```bash
git clone https://github.com/DEgITx/rats-search.git
```
And build docker image & run:
```bash
docker build -t rats-search:latest rats-search
docker run -p 8095:8095 rats-search:latest
```
Now you can check the and open http://localhost:8095/ in browser
## Donation
[**Support Rats Search development on OpenCollective**](https://opencollective.com/RatsSearch)