Kibana Exiting – githubmate
Describe the bug
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
adf12d78ebdf malice/kibana “/docker-entrypoint.…” 6 seconds ago Up 4 seconds 0.0.0.0:5601->5601/tcp kibana
a609cdc5084c malice/elasticsearch “/elastic-entrypoint…” 50 minutes ago Up 50 minutes 0.0.0.0:9200->9200/tcp, 9300/tcp elastic
Ends up, 5 – 10 mins later
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
adf12d78ebdf malice/kibana “/docker-entrypoint.…” 6 seconds ago Exited (1m) 0.0.0.0:5601->5601/tcp kibana
a609cdc5084c malice/elasticsearch “/elastic-entrypoint…” 50 minutes ago Up 50 minutes 0.0.0.0:9200->9200/tcp, 9300/tcp elastic
To Reproduce
sudo docker run -d –name kibana -p 5601:5601 malice/kibana
Elastic running correctly, does not exit
Expected behavior
Kibana, Elasticsearch running correctly, as Kibana gets to ‘Kibana server not ready yet’ and ends up exiting.
Environment (please complete the following information):
Output of docker version
:
(paste your output here)
Output of docker info
:
(paste your output here)
Additional environment details (AWS, VirtualBox, physical, Docker For Mac, Docker Toolbox, docker-machine, etc.):
Additional context
Add any other context about the problem here.
Read more here: Source link