Implementation of container from scratch in C++ utilizing Linux namespaces, cgroups and system calls. This project is implemented based on this great talk by Liz Rice.
You'll need g++ and makefile in order to run the program. Steps:
make
./container
For cleanup after running the program, please run make clean
.