这个是为nutch而创建的镜像,这个solr镜像会为nutch创建一个server.
docker run --name nutch-solr -itd fansin/solr:nutch
启动成功后,可以通过web界面查看,http://172.17.0.2:8983/solr/#/nutch,其中`172.17.0.2` 是启动容器IP.
docker inspect nutch-solr | grep IP
日志所有日志,所以比较乱,可以通过exec单独查看相关日志
docker logs -f nutch-solr
solr安装位置: /solr-6.6.0,可以通过覆盖或挂载相关配置文件
docker cp configfile nutch-solr:/solr-6.6.0/configfile
已覆盖的配置文件,可以查看github
FansinZhao [email protected]
谢谢
Content type
Image
Digest
Size
208.6 MB
Last updated
about 9 years ago
docker pull fansin/solr:nutch