Skip to content

thlorenz/docker-valgrind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-valgrind

Usage

Assuming your project Makefile has a grind target which runs valgrind on it.

echo 'from thlorenz/valgrind' > Dockerfile

docker build -t="my_make" . 
docker run -i -rm my_make grind

Why do I need this?

If valgrind doesn't work on your system, i.e. Mac OS X Mavericks you can still get all the benefits by running it in a docker container.

TODO

Runable example.

LICENSE

MIT

About

Dockerfile with build tools and valgrind that sets up make entrypoint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages