Skip to content

Instantly share code, notes, and snippets.

@defly
Created March 5, 2015 15:28
Show Gist options
  • Save defly/a15bbbac9bcb5ba5cd07 to your computer and use it in GitHub Desktop.
Save defly/a15bbbac9bcb5ba5cd07 to your computer and use it in GitHub Desktop.
ls kibana docker
docker run -d -p 9200:9200 -p 9300:9300 -v /home/defly/es:/data dockerfile/elasticsearch /elasticsearch/bin/elasticsearch -Des.config=/data/elasticsearch.yml
docker run -d -p 5601:5601 -e ELASTICSEARCH=http://172.17.42.1:9200 -P marcbachmann/kibana4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment