4

Hi I am new to Docker and would like to utilize it for java developing.

But I don't understand how to set up hot code reload or debugging of my application code for developing Java in a Docker container. E.g how to achieve "nice" development like java supports with IDEs nowadays.

Is it really required to docker builddo a new image to see the impact of changed code?

I have found the following links but they do not help me much.

Community
  • 1
  • 1
Georg Heiler
  • 16,916
  • 36
  • 162
  • 292
  • Remove Docker from equation, how would you do it natively? – booyaa Sep 01 '15 at 10:23
  • Well for example in vagrant these things work. However Docker would bee nice to ship the same environment to production. But if debugging and code reload do not work in the dev stage that would be a pity. What do you mean with natively? I would just use a standard IDE and this is a very basic feature if you develop any java application local. – Georg Heiler Sep 01 '15 at 12:40

0 Answers0