Connect two instances of docker-compose
问题 I have a dockerized application with a few services running using docker-compose. I'd like to connect this application with ElasticSearch/Logstash/Kibana (ELK) using another docker-compose application, docker-elk. Both of them are running in the same docker machine in development. In production, that will probably not be the case. How can I configure my application's docker-compose.yml to link to the ELK stack? 回答1: Update Jun 2016 The answer below is outdated starting with docker 1.10. See