Add Update or install Manticoresearch
3
Update-or-install-Manticoresearch.md
Normal file
3
Update-or-install-Manticoresearch.md
Normal file
@@ -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`
|
||||
Reference in New Issue
Block a user