|
9 ay önce | |
---|---|---|
bin | 10 ay önce | |
busybox | 9 ay önce | |
doc | 9 ay önce | |
obj | 10 ay önce | |
src | 9 ay önce | |
.editorconfig | 10 ay önce | |
.gitignore | 9 ay önce | |
Makefile | 9 ay önce | |
alpine-minirootfs-3.12.0-x86.tar.gz | 9 ay önce | |
doxygen.conf | 10 ay önce | |
pandoc-config.yaml | 10 ay önce | |
readme.md | 9 ay önce |
prerequisite :
make busybox_setup
permit to extract rootfs into ./busybox folder
classique build
make release
build with debug
make debug
classique run
./bin/out.ex /bin/ls
run interactively
./bin/out.ex -i /bin/sh
this code and repository is inspired by these link :
http://tejom.github.io/c/linux/containers/docker/2016/10/04/containers-from-scratch-pt1.html
https://lk4d4.darth.io/posts/unpriv3/
https://blog.lizzie.io/linux-containers-in-500-loc.html
Creating containers - Part 1.html
original link http://crosbymichael.com/creating-containers-part-1.html