elasticsearch - How to integrate Elassandra in my Jhipster app by Docker Image? -
i want integrate elassandra in jhipster app. in i'm using cassandra db.
i'm following official elassandra installation process docker image confusion understand container_name have add in command. here official link: http://doc.elassandra.io/en/latest/installation.html#docker-image
and port 9200 not enabled
docker run --name some-elassandra -d strapdata/elassandra
docker run --name some-app --link some-elassandra:elassandra -d app-that-uses-elassandra
Comments
Post a Comment