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 build
do a new image to see the impact of changed code?
I have found the following links but they do not help me much.