-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail when start a new container #133
Comments
As said at the Docker image documentation in Host Setup section:
So you just have to execute this on the host machine:
And you are good to go with the 5.0.0 version To set this value permanently, update the |
Thank you, now i can work with elasticsearch 5.0. I clone this repository and add this line to Dockerfile:
and I ran:
Can be a pull request? |
@rpayanm the issue with that is that |
Ohhhh I understand. Thank you. |
I run:
$ docker run --rm -ti -p 9200:9200 -p 9300:9300 elasticsearch
But I can't start elasticsearch 5.0, here the log:
Please, How can I solve this issue?
The text was updated successfully, but these errors were encountered: