ES in Docker fails to start

I tried to run ES in docker under Ubuntu 18.04 64b host with command:

docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.1.1

It failed to start, see the messages at:

It seems to be alike the issue at:


though here it is inside a docker image.

Notice that I took the command from
https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html

Hi, it was caused by the computer only having AMD's SSE 4a, not Intel's SSE4.2. On a different computer (that has SSE 4.2) it runs well.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.