Skip to content

wszxl516/container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prepare

mkdir rootfs

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

start container

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

enter container

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages