Sign inSign up

jacoblincool/valgrind

By jacoblincool

Updated almost 4 years ago

A valgrind image for fast debugging.

Image
0

364

jacoblincool/valgrind repository overview

Valgrind

A valgrind image for fast debugging.

Variants

ghcr.io/jacoblincool/valgrind OR jacoblincool/valgrind

Simply compile a C source file with gcc and run it with valgrind:

docker run --rm -v "$(pwd):/home" ghcr.io/jacoblincool/valgrind <source.c>

Use make to compile and run the new executable:

docker run --rm -v "$(pwd):/home" ghcr.io/jacoblincool/valgrind make

Tag summary

Content type

Image

Digest

sha256:87912fa8f

Size

213.6 MB

Last updated

almost 4 years ago

docker pull jacoblincool/valgrind