This website collects cookies to deliver better user experience
How to run image Elasticsearch Container on Ubuntu 18.04
How to run image Elasticsearch Container on Ubuntu 18.04
Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. To read more about at Elasticsearch Document.
In this post I will introduction setup about Elasticsearch container on Ubuntu 18.04. It is make sure you already install docker please check more content at Install Docker.
Step 3: Stop running container and remove container
You can stop container by id or by name
docker stop container_id
docker stop container_name
Verify stop container by command
docker ps -a
docker ps
Conclusion
In this post I have implemented setup Elasticsearch by pull image, run, stop and remove container on Ubuntu 18.04. To learn more about Docker Document, and Elastichsearch Document.
If you have any question please comment or contact me.