A valgrind image for fast debugging.
364
A valgrind image for fast debugging.
ghcr.io/jacoblincool/valgrind OR jacoblincool/valgrindSimply 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
Content type
Image
Digest
sha256:87912fa8f…
Size
213.6 MB
Last updated
almost 4 years ago
docker pull jacoblincool/valgrind