Skip to content
 
 

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning about Containers

CI

This repo is to learn how Linux containers work under-the-hood

Pre-requisites

Install Valgrind

sudo apt-get install -y valgrind

Build

mkdir build && cd build
cmake ..
make

Run

Use Vagrant to set up a VM

vagrant up
vagrant ssh
sudo -i
cd /vagrant/build/

Use Valgrind:

valgrind ./prog run

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages