Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 767 Bytes

File metadata and controls

27 lines (20 loc) · 767 Bytes

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