daaba is a dummy container platform built to understand namespaces and cgroups in linux.
This repository follows the standard golang project structure.
$ ./build.shThe executable binaries are put into the bin directory.
Setting up the environment prior to running is important.
$ ./bin/dabba setupThis sets up the alpine root filesystem under fs/alpine directory.
$ ./bin/dabba run [command]Eg: To start a shell
$ ./bin/dabba run /bin/sh