From af520fe28c53506c7e7ae05158ea50f1765db865 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Tue, 11 Feb 2025 00:05:55 +0000 Subject: [PATCH] Add Update or install Manticoresearch --- Update-or-install-Manticoresearch.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Update-or-install-Manticoresearch.md diff --git a/Update-or-install-Manticoresearch.md b/Update-or-install-Manticoresearch.md new file mode 100644 index 0000000..56d2ad9 --- /dev/null +++ b/Update-or-install-Manticoresearch.md @@ -0,0 +1,3 @@ +`docker pull manticoresearch/manticore:dev` + +`sudo docker run -e EXTRA=1 --name manticore --rm -d manticoresearch/manticore:dev && until docker logs manticore 2>&1 | grep -q "accepting connections"; do sleep 1; echo -n .; done && echo && docker exec -it manticore mysql && docker stop manticore` \ No newline at end of file