C/C++ container implementation
Go to file
Antoine 314e176462 add build and run instruction into readme 2020-07-19 23:46:42 +02:00
bin Initial commit, setup project 2020-06-18 23:58:51 +02:00
busybox build container namespace require root 2020-07-04 00:08:30 +02:00
doc Initial commit, setup project 2020-06-18 23:58:51 +02:00
obj Initial commit, setup project 2020-06-18 23:58:51 +02:00
src made container running as non root 2020-07-19 23:40:46 +02:00
.editorconfig Initial commit, setup project 2020-06-18 23:58:51 +02:00
.gitignore build container namespace require root 2020-07-04 00:08:30 +02:00
Makefile Add makefile target to untar rootfs 2020-07-19 23:40:54 +02:00
alpine-minirootfs-3.12.0-x86.tar.gz build container namespace require root 2020-07-04 00:08:30 +02:00
doxygen.conf Initial commit, setup project 2020-06-18 23:58:51 +02:00
pandoc-config.yaml Initial commit, setup project 2020-06-18 23:58:51 +02:00
readme.md add build and run instruction into readme 2020-07-19 23:46:42 +02:00

readme.md

C container implementation

prerequisite : make busybox_setup permit to extract rootfs into ./busybox folder

build

classique build

make release

build with debug

make debug

run

classique run

./bin/out.ex /bin/ls

run interactively

./bin/out.ex -i /bin/sh