docker / kitematic

Visual Docker Container Management on Mac & Windows
https://kitematic.com
Apache License 2.0
12.24k stars 1.41k forks source link

Error while creating elastic search container #5149

Closed Ashish0410verma closed 5 years ago

Ashish0410verma commented 5 years ago

Expected behavior

Actual behavior

Information about the Issue

Steps to reproduce the behavior

  1. ...Go to kitematic and create elastic search container
  2. ... Getting http 500 error Screenshot (9)
scipe commented 5 years ago

I have different error: 404. (HTTP code 404) unexpected - manifest for elasticsearch:latest not found: manifest unknown: manifest unknown

Ashish0410verma commented 5 years ago

@scipe If u want to setup elastic search with kibana using docker then follow this link https://stackoverflow.com/questions/52542487/unable-to-connect-to-kibana-elasticsearch-using-docker-compose. I used the same docker-compose file and was able to run both kibana and elstic search successfully.

scipe commented 5 years ago

@Ashish0410verma yeah, sure. In case when you trying to download not "latest" it's working. I just trying setup same thing, but not inside docker. In k8 - and in first time have same error with creating pod, but after I change version from latest to anything - it start working.