-
Notifications
You must be signed in to change notification settings - Fork 16
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
There is no es-docker startup script? #2
Comments
Hi @grantcurell ;;; the es-docker startup script is provided already in the original docker image provided with elastic 5.6.0 ... please check it @ https://github.com/elastic/elasticsearch-docker/tree/5.6/build/elasticsearch/bin. Since we are already referencing that docker image: "FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.0" in the Dockerfile, we can use that file as its already included. If the answer is clear, please mark that issue as closed. |
I tried updating the elasticsearch image to the latest official docker image i.e. 6.4.1 and when I ran the container it was throwing an error
After taking a look into the official github repo @ https://github.com/elastic/elasticsearch-docker/tree/6.4/build/elasticsearch/bin |
@shubham-pandey95 that's because they changed the path of the file to |
The guide was great for explaining how everything works!
Question: what is the es-docker script listed in line 27 of custom-entrypoint? I don't see it anywhere.
The text was updated successfully, but these errors were encountered: