在 Docker 中开始使用 Manticore Search
在本文中,我们将讨论如何快速开始使用 Docker 配合 Manticore Search。 安装和运行 官方的 Docker 镜像托管在 https://hub.docker.com/r/manticoresearch/manticore/ 。 要启动 Manticore Search,您只需运行: $ docker run --name manticore -p 9306:9306 -d manticoresearch/manticore Docker ...


