0
我想在本地運行官方SonarQube碼頭集裝箱。我正在使用此處提供的命令: https://hub.docker.com/_/sonarqube/SonarQube碼頭集裝箱無法啓動,elasticsearch問題
它在啓動約1分鐘後退出。日誌報告Elasticsearch連接問題
2017.09.05 08:16:40 INFO web[][o.e.client.transport] [Edwin Jarvis] failed to connect to node [{#transport#-1}{127.0.0.1}{127.0.0.1:9001}], removed from nodes list
org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_timeout[30s]
.....
Caused by: java.net.ConnectException: Connection refused: /127.0.0.1:9001
.....
... 3 common frames omitted
2017.09.05 08:17:10 INFO app[][o.s.a.SchedulerImpl] Process [web] is stopped
2017.09.05 08:17:10 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped