container/readme.md

25 lines
297 B
Markdown
Raw Normal View History

# C container implementation
2020-06-18 21:45:54 +00:00
> 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`