Created
March 5, 2015 15:28
-
-
Save defly/a15bbbac9bcb5ba5cd07 to your computer and use it in GitHub Desktop.
ls kibana docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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