Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thlorenz/docker-valgrind

Dockerfile with build tools and valgrind that sets up make entrypoint
https://github.com/thlorenz/docker-valgrind

Last synced: 15 days ago
JSON representation

Dockerfile with build tools and valgrind that sets up make entrypoint

Awesome Lists containing this project

README

        

# docker-valgrind

## Usage

Assuming your project `Makefile` has a `grind` target which runs [valgrind](http://valgrind.org/) 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](https://bugs.kde.org/show_bug.cgi?id=326724) you can
still get all the benefits by running it in a docker container.

## TODO

Runable example.

## LICENSE

MIT