Add Manticore

2026-03-06 02:45:15 +00:00
commit 2045b121fc

5
Manticore.md Normal file

@@ -0,0 +1,5 @@
## Update
`sudo docker pull manticoresearch/manticore`
## Run
`sudo docker run --name manticore -v $(pwd)/data:/var/lib/manticore -p 127.0.0.1:9306:9306 -p 127.0.0.1:9308:9308 -d manticoresearch/manticore:dev`