Download the official elasticsearch image from here:
https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html
Provided and maintained by elastic.co
Thanks dducro
I think this is a problem in the image, not in Kitematic: it doesn't have a latest tag. "docker pull elasticsearch" from the command line has the same problem.
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
Most helpful comment
Looks like that repository does not have a
:latesttag, 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 detailsClick on the
Selected tag: latestto open the "tag selection" windowClick the tag / version of the image you want to run
Click the
(X)to close the tag selector windowClick on the
Createbutton to pull the image and start the container