GithubHelp home page GithubHelp logo

leaves615 / docker-elasticsearch-ik Goto Github PK

View Code? Open in Web Editor NEW

This project forked from davyin-co/docker-elasticsearch-ik

0.0 0.0 0.0 39 KB

docker hub

Home Page: https://hub.docker.com/r/leaves615/elasticsearch-ik

Shell 56.31% Dockerfile 43.69%

docker-elasticsearch-ik's Introduction

介绍

ElasticSearch含有IK分词插件。基于官方elasticsearch镜像。

Using 7.16.2 或以上版本,修复了log4j2的安全漏洞;7.16.2以下版本风险自担。

docker-compose.yml

version: '3'
services:
  es01:
    image: davyinsa/elasticsearch-ik:7.16.1
    container_name: es01
    environment:
      - discovery.type=single-node
      - node.name=es01
      - cluster.name=es-docker-cluster
      - bootstrap.memory_lock=true
      - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
      - xpack.security.enabled=true
      - ELASTIC_PASSWORD=password
    ulimits:
      memlock:
        soft: -1
        hard: -1
    volumes:
      - ./es01:/usr/share/elasticsearch/data
    ports:
      - 9200:9200

变量说明

  • ELASTIC_PASSWORD的默认对应的默认用户名为:elastic

max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

# vim /etc/sysctl.conf 追加以下内容:
vm.max_map_count=655360
# 保存后,执行:
sysctl -p

elasticsearch docker release

https://hub.docker.com/_/elasticsearch?tab=tags&page=1&ordering=last_updated

相似项目

https://github.com/pipizhang/docker-elasticsearch-analysis-ik

docker-elasticsearch-ik's People

Contributors

terryzwt avatar leaves615 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.