This repo is to learn how Linux containers work under-the-hood
Install Valgrind
sudo apt-get install -y valgrind
mkdir build && cd build
cmake ..
make
Use Vagrant to set up a VM
vagrant up
vagrant ssh
sudo -i
cd /vagrant/build/
valgrind ./prog run