Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

mypjb/elasticsearch-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

elasticsearch-docker

this is a elasticsearch

start elasticsearch:

docker run --name elasticsearch -p 9200:9200 -p 9300:9300 -itd mypjb/elasticsearch

storage

docker run --name elasticsearch -p 9200:9200 -p 9300:9300 -v $(pwd):/storage/elasticsearch -itd mypjb/elasticsearch

name

docker run --name elasticsearch -p 9200:9200 -p 9300:9300 -e ES_NAME=es_node1 -e ES_CLUSTER_NAME=es_cluster_name1 -itd mypjb/elasticsearch

About

this is a elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages