go-container-debugging icon indicating copy to clipboard operation
go-container-debugging copied to clipboard

Debugging a Docker container, running a Go binary, with Delve, in Visual Studio Code.

Results 2 go-container-debugging issues
Sort by recently updated
recently updated
newest added

` Attaching to go-container-debugging_app_1 app_1 | API server listening at: [::]:2345 app_1 | 2020-03-14T19:09:38Z info layer=debugger launching process with args: [/go/src/github.com/olivere/go-container-debugging/__debug_bin] app_1 | could not launch process: fork/exec /go/src/github.com/olivere/go-container-debugging/__debug_bin: operation...

On my CentOS Linux machine, I have to uncomment these security options: https://github.com/olivere/go-container-debugging/blob/933d56bbde5a4f05b2252739ce543fd39e77508f/docker-compose.yml#L11-L13 If not, I get this error: ``` ▰ master go-container-debugging ▸ docker-compose up --build Creating network "gocontainerdebugging_default"...