#container #lib #cli #enter

bin+lib container-rs

简单的容器 CLI 和库!

4 个版本

0.1.3 2022年4月21日
0.1.2 2022年4月17日
0.1.1 2021年8月13日
0.1.0 2021年8月10日

7 in #enter

MIT 许可证

3MB
751

准备

mkdir rootfs

wget https://www.busybox.net/downloads/binaries/1.31.0-defconfig-multiarch-musl/busybox-x86_64 -O rootfs/busybox 

启动容器

sudo ./target/debug/container start -r rootfs -i "/busybox" -a "sh"

进入容器

sudo ./target/debug/container enter -p PID -c "/busybox sh"

依赖项

~11–22MB
~290K SLoC