Add Update or install Manticoresearch

DebaucheryLibrarian 2025-02-11 00:05:55 +00:00
commit af520fe28c
1 changed files with 3 additions and 0 deletions

@ -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`