Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peu77/valgrind-docker
https://github.com/peu77/valgrind-docker
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/peu77/valgrind-docker
- Owner: Peu77
- Created: 2024-11-16T22:45:41.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T22:57:19.000Z (about 2 months ago)
- Last Synced: 2024-11-16T23:27:07.416Z (about 2 months ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A tool designed to simplify the use of Valgrind within a Docker container, as Valgrind installation and usage on macOS can be challenging.
## Installation
### Clone the repository
``git clone https://github.com/Peu77/valgrind-docker``### Run install.sh
``cd valgrind-docker````./install.sh``
### Restart your terminal
## Usage
### On your system use the following command to run the container in the current directory
``ve`` - for valgrind execute### To run valgrind with full leak check use the following command in the container
``vg `` - for valgrind