From 2045b121fc8eec6f357496ffd711a588fd89c174 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Fri, 6 Mar 2026 02:45:15 +0000 Subject: [PATCH] Add Manticore --- Manticore.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Manticore.md 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