commit 2045b121fc8eec6f357496ffd711a588fd89c174 Author: DebaucheryLibrarian Date: Fri Mar 6 02:45:15 2026 +0000 Add Manticore diff --git a/Manticore.md b/Manticore.md new file mode 100644 index 0000000..150937f --- /dev/null +++ b/Manticore.md @@ -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` \ No newline at end of file