Skip to content

joaodlf/docker-valgrind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple image running Valgrind on top of phusion/baseimage.

Building

$ docker build -t valgrind .

Running

$ docker run -d --name valgrind -v [/source/code/path]:/root/build valgrind

Attaching

$ docker exec -it valgrind /bin/bash
$ cd ~/build

Releases

No releases published

Packages

No packages published