this post was submitted on 20 Jun 2023
7 points (88.9% liked)
Programming
3347 readers
4 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use a volume mount to mount my source code then start up the container. For debugger breakpoints, I attach to the container and treat it like any other process.
You can start up containers with docker manually, but I use docker compose so I can have multiple containers and a checked in yaml configuration for how they should run and depend on each other.