ElasticSearch & Kibana
69
ElasticSearch & Kibana in the same container with the base installation
Ports:
Run the docker container with the ports:
sudo docker run -p 5601:5601 -p 9200:9200 -p 9300:9300 -d -t jasonjimnz/elastickibana:5.5
Enter to the container and launch Elasticsearch and Kibana using nohup and launching it as a background command:
sudo docker exec -it CONTAINER_ID /bin/bash
nohup sudo -u elastic /elasticsearch-5.6.5/bin/elasticsearch &
nohup sudo -u elastic /kibana-5.6.5-linux-x86_64/bin/kibana &
Content type
Image
Digest
Size
368.9 MB
Last updated
almost 9 years ago
docker pull jasonjimnz/elastickibana:5.5