How to launch one Docker Container for ElasticSearch Engine

0 votes

Hi Guys,

I am new to the ElasticSearch engine. Can anyone help me how can I launch one Docker Container for ElasticSearch Engine?

Jun 16, 2020 in Docker by akhtar
• 38,230 points
438 views

1 answer to this question.

0 votes

Hi@akhtar,

You can use ElasticSearch image that is available in the docker hub registry. You just need to pull the image from the docker hub and launch one container. Use the below-given command, it may help you.

$ docker pull elasticsearch:7.7.1
$ docker run -itd --name elasticsearch -p 9200:9200 -e "destroy.type=single-node" elasticsearch:7.7.1
answered Jun 16, 2020 by MD
• 95,440 points

Related Questions In Docker

+1 vote
1 answer
0 votes
1 answer

How to disable networking stack for a docker container?

If you want to completely disable the ...READ MORE

answered Jul 4, 2019 in Docker by Sirajul
• 59,230 points
2,008 views
+2 votes
1 answer

How to link one running container with other running container in docker.

Hi @Yuvraj! Yes, this is possible. You can ...READ MORE

answered Dec 16, 2019 in Docker by Kalgi
• 52,360 points
1,738 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,467 views
0 votes
1 answer

How to launch one Docker container for Logstash?

Hi@akhtar, You can find one Docker image for ...READ MORE

answered Jun 17, 2020 in Docker by MD
• 95,440 points
2,032 views
0 votes
1 answer

How to launch a Docker container for MySQL?

Hi@akhtar, You can download MySQL image from the docker ...READ MORE

answered Jul 29, 2020 in Docker by MD
• 95,440 points
564 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP