Eclipse - Docker integration

前端 未结 5 1596
一个人的身影
一个人的身影 2021-02-14 07:15

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 Co

5条回答
  •  甜味超标
    2021-02-14 07:43

    These links were very useful to me :

    https://github.com/docker/labs/blob/master/developer-tools/java-debugging/Eclipse-README.md

    https://github.com/docker/labs/blob/master/developer-tools/java/chapters/ch07-eclipse.adoc

    https://docs.docker.com/samples/

    It is all about Tutorial: Debugging Java Applications in Docker, Install Docker Tooling in Eclipse You can also Watch a quick video explaining the key steps in https://www.youtube.com/watch?v=XmhEZiS26os

    To configure remote debugging in Eclipse, click on Run > Debug Configurations...

    Tomcat for instance supports remote debugging the Java Platform Debugger Architecture (JPDA). Make sure that the remote debugging was enabled when the tomcat image (registration-webserver) was built.

提交回复
热议问题