我正在寻找一种将Docker容器与Eclipse平台集成的方法.
我想在容器中运行所有build / test / debug命令,并在Continuous Integration构建中以及稍后的生产中使用相同的容器.
我看到的最简单的方法,只是配置自定义命令,但除了权限问题(docker必须以sudo / root运行),它并没有给我真正集成的所有灵活性.
关于最佳方式的任何想法?
它不是你问题的完整答案,但我们(JBoss工具团队)开始研究这个问题,这里有一些关于今天有什么可能的博客以及我们使用Eclipse docker工具的地方.
原文链接:https://www.f2er.com/docker/436906.htmlhttp://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