container/readme.md

25 lines
297 B
Markdown

# C container implementation
> 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`