From 314e1764622a05ed635bfa4846834ca46ca7d0b9 Mon Sep 17 00:00:00 2001 From: Antoine Date: Sun, 19 Jul 2020 23:45:10 +0200 Subject: [PATCH] add build and run instruction into readme --- readme.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f50d95c..219ddc8 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,24 @@ -# +# C container implementation -## <SUB TITLE> + +> prerequisite : `make busybox_setup` permit to extract rootfs into [./busybox](./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`