I am looking for a way to integrate Docker containers with the Eclipse platform. I would like to run the entire build / test / debug command inside the containers and use the same containers in the continuous integration assembly and then in the production process.
The easiest way I looked was to simply set up a custom command, but besides the permission problem (the docker should work as sudo / root), it does not give me all the flexibility of real integration.
Any ideas on how to best act?
eclipse docker
Pini reznik
source share