add build and run instruction into readme
This commit is contained in:
parent
4dd88dbd37
commit
314e176462
25
readme.md
25
readme.md
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user