Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Kibana Exiting #109

Open
soca-cameron opened this issue May 18, 2020 · 0 comments
Open

Kibana Exiting #109

soca-cameron opened this issue May 18, 2020 · 0 comments

Comments

@soca-cameron
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant