sam-blackfly / dabba

daaba is a dummy container platform built to understand namespaces and cgroups in linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dabba [In Progress 🟢]

daaba is a dummy container platform built to understand namespaces and cgroups in linux.

Directory Structure

This repository follows the standard golang project structure.

Read more

Build

$ ./build.sh

The executable binaries are put into the bin directory.

Setup

Setting up the environment prior to running is important.

$ ./bin/dabba setup

This sets up the alpine root filesystem under fs/alpine directory.

Run

$ ./bin/dabba run [command]

Eg: To start a shell

$ ./bin/dabba run /bin/sh

About

daaba is a dummy container platform built to understand namespaces and cgroups in linux.


Languages

Language:Go 90.4%Language:Shell 9.6%