Docker setup to get Elasticsearch and MongoDB up and running
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
... ... ... .... ... ...
docker exec -i -t elasticmongo_mongo2_1 bash