Code Monkey home page Code Monkey logo

Comments (4)

mkeshav avatar mkeshav commented on May 17, 2024

I am facing the same issue

from elasticsearch.

yosifkit avatar yosifkit commented on May 17, 2024

Mapped ports need to be sent to docker, not to the process running inside docker, so they need to come before the image name.

$ docker run -p 9200:9200 -p 9300:9300 --name es elasticsearch -Des.node.name="TestNode"

from elasticsearch.

bisoldi avatar bisoldi commented on May 17, 2024

Wow....I can't believe that was the problem. I've never seen ordering of arguments change the execution of the process, but.....learn a new thing every day.

Thanks!

from elasticsearch.

yosifkit avatar yosifkit commented on May 17, 2024

No problem! 😄 Order matters on commands more often than you think 😉, like git (git add -p vs git -p add). Everything after the image that you are running gets sent as arguments to the entrypoint or executed directly if there is no entrypoint. CenturyLink has a pretty good explanation of CMD and ENTRYPOINT. If the first argument looks like a flag, the entrypoint for elasticsearch sets permissions for /usr/share/elasticsearch/data and then passes all its arguments along to the elasticsearch executable, otherwise it just runs it, so that docker run -it elasticsearch bash just works.

from elasticsearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.