Development and Debugging of Docker Services (part 1)
On Friday 29 November 2024 speaker Miroslav Blaško held an Open Mic session with the topic "Development and Debugging of Docker Services (part 1)". Video and presentation included.
The abstract
The talk introduced alternative ways of developing Docker services that are orchestrated using Docker Compose.
When dealing with a large number of interdependent Docker services, it is usually complicated to develop individual services. Instead of running all the dependent services from IDE separately, we elaborate on the idea of reusing the orchestration provided by the Docker Compose setup. Two major alternative solutions to address this use case were introduced. The first solution was explained in detail and showcased through an example Docker Compose setup. The second solution will be explained in the following talk, where it will be compared to the first one.

The presentation slides are available at this link.
Further reading: