Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thlorenz/docker-valgrind
- Owner: thlorenz
- License: mit
- Created: 2014-02-25T03:54:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-25T04:31:04.000Z (over 10 years ago)
- Last Synced: 2024-10-18T02:37:41.269Z (20 days ago)
- Language: Shell
- Homepage: https://index.docker.io/u/thlorenz/valgrind/
- Size: 141 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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