Quarkus remote dev in Docker containers
When you’re developing with Quarkus, you’re probably familiar with the dev
mode which allows you to see your code changes immediately being reflected in the running application. It’s also possible to run Quarkus in development mode remotely, for example in a Docker container, and connect to the process from your source repository.
In the following video, I’ll explain what we need in order to run a Quarkus application in remote development mode inside Docker containers. The system consists of our application, a database and an external backend, all of which run as containers locally.
Have a look at the project on GitHub to try it yourself.
Related resources
Published on Java Code Geeks with permission by Sebastian Daschner, partner at our JCG program. See the original article here: Quarkus remote dev in Docker containers Opinions expressed by Java Code Geeks contributors are their own. |