add build and run instruction into readme

This commit is contained in:
Antoine 2020-07-19 23:45:10 +02:00
parent 4dd88dbd37
commit 314e176462
1 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,24 @@
# <TITLE>
# 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`