docker / kitematic

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

404 on elasticsearch image #5295

Closed rhilo closed 5 years ago

rhilo commented 5 years ago

Expected behavior

install elasticsearch

Actual behavior

(HTTP code 404) no such image - no such image: elasticsearch:latest: No such image: elasticsearch:latest

Information about the Issue

using kitematic gui

Steps to reproduce the behavior

  1. ...
  2. ...
fanntom commented 5 years ago

Try setting up the tag. The reason why elasticsearch is getting a 404 is because Kitematic automatically requests for the image with :latest tag. However, since elastic search does not have the 'latest' tag, it becomes an invalid tag. Try manually changing the tag to something listed on https://hub.docker.com/_/elasticsearch?tab=tags .

thaJeztah commented 5 years ago

Looks like that repository does not have a :latest tag, so you will have to specify a specific tag to use; here's the steps to do so:

screenshot 2019-02-28 at 11 13 10

Click on the ... button to view the image's details

screenshot 2019-02-28 at 11 13 25

Click on the Selected tag: latest to open the "tag selection" window

screenshot 2019-02-28 at 11 13 48

Click the tag / version of the image you want to run

screenshot 2019-02-28 at 11 13 57

Click the (X) to close the tag selector window

screenshot 2019-02-28 at 11 14 16

Click on the Create button to pull the image and start the container