Skip to content

chrahunt/docker-gdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdb

Minimal image that only contains gdb, for debugging C/C++ applications.

usage

docker run -it --cap-add=SYS_PTRACE --pid=container:container-name-or-id chrahunt/docker-gdb

If your application is not pid 1 you can pass the pid. Any other arguments are passed to gdb.

About

gdb for debugging containers locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages