/elastic-mongo

Docker setup to get Elasticsearch Cluster and MongoDB Cluster up and running

Primary LanguageShell

Elastic Mongo

Docker setup to get Elasticsearch and MongoDB up and running

Install Docker and docker-compose

git clone https://github.com/mshauneu/elastic-mongo
cd elastic-mongo
docker-compose up -d  

Now you have Elasticsearch and MongoDB configured with transporter

$ docker ps  # =>

CONTAINER ID        IMAGE               COMMAND                CREATED             STATUS                  PORTS                                                NAMES
...                 ...                 ...                    ....                ...                     ...

Log into a container

docker exec -i -t elasticmongo_mongo2_1  bash