Skip to content

Docker container using Debian for running valgrind on macOS

License

Notifications You must be signed in to change notification settings

n3coalition/docker-valgrind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Container for Valgrind

This Docker container was built due to incompatibility issues of running valgrind on macOS 10.12+. The container's image is based on Debian and by default adds the packages make, gcc, g++, and valgrind.

How to build

docker build -t docker-valgrind .

How to run

docker run -it -v "~/host/directory":/dock docker-valgrind

Need to install Docker?

https://docs.docker.com/docker-for-mac/install/#download-docker-for-mac

About

Docker container using Debian for running valgrind on macOS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published