Container image to debug rust/go/node.js projects in Neovim.
- Use docker image directly to start container or make it base image.
- Attach host filesystem with project sourcecode.
- Start container. keep-alive.sh entrypoint will just let container run forever.
- Go inside container with
docker exec
. - Start your project in Neovim in DAP session.