Closed rhilo closed 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 .
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:
Click on the ...
button to view the image's details
Click on the Selected tag: latest
to open the "tag selection" window
Click the tag / version of the image you want to run
Click the (X)
to close the tag selector window
Click on the Create
button to pull the image and start the container
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