docker build . -t valgrind
docker run -it --rm -v $(pwd):/code valgrind
make re
valgrind --leak-check=full --show-leak-kinds=all ./a.out
# or
docker run -it --rm -v $PWD:/code solareenlo/42valgrind
make re
valgrind --leak-check=full --show-leak-kinds=all ./a.out
Content type
Image
Digest
Size
319.1 MB
Last updated
over 4 years ago
docker pull solareenlo/42valgrind