Docker Compose with multi module (and containers) project
Hi,
i just worked my way through this https://www.jetbrains.com/help/idea/2016.3/docker.html and other guides / blog posts about how to use the docker plugin. I played around a bit with single test application containers and simple docker-compose scenarios but besides the issues about connecting to unix:///var/run/docker.sock on macOS i'm not quite sure if its possible to realize the scenario i'm looking for...
I have a multi-module maven project where the single modules are all runnable microservice applications containing their own Dockerfile, so in production every module will be a containerized application. The parent project, which contains the child-modules only contains the parent pom.xml and the docker-compose.yml...
Is it possible (or will it be possible in the future) to use the docker plugin to integrate/configure and start this docker-compose.yml which will start all the child module application containers and give me the possibility to debug the started applications?
Versions: IntelliJ IDEA 2016.3.4, Docker integration Plugin 2.4.1
Please sign in to leave a comment.
nobody? :(
Responsible developer is on the vacation at the moment, I've asked him to reply. He should be back next week. Sorry for the delay.
Ah ok, no problem, he should enjoy his vacation :)