Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - Docker integration

Tags:

docker

eclipse

I'm looking for a way to integrate Docker containers with the Eclipse platform. I would like to run all build/test/debug command inside containers and use same containers in Continuous Integration build and later in production.

The simplest way I looked on, was just to configure custom command but besides permissions problem (docker must run as sudo/root) it doesn't give me all the flexibility of real integration.

Any ideas on the best way to proceed?

like image 720
Pini Reznik Avatar asked Oct 29 '13 10:10

Pini Reznik


1 Answers

it is not a full answer to your question but we (JBoss Tools team) started working on this and here are a few blogs about what is possible todo today and where we are with Eclipse docker tooling.

http://tools.jboss.org/blog/2015-03-02-getting-started-with-docker-and-wildfly.html

http://tools.jboss.org/blog/2015-03-03-docker-and-wildfly-2.html

http://tools.jboss.org/blog/2015-03-30-Eclipse_Docker_Tooling.html

like image 85
Max Rydahl Andersen Avatar answered Oct 01 '22 05:10

Max Rydahl Andersen