Skip to content

xingkong2053/my-simple-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-simple-docker

运行程序之前需要先解压busybox文件系统

sudo docker pull busybox
sudo docker run -d busybox top -b
sudo docker export -o busybox.tar <container-id>
sudo tar -xvf busybox.tar -C /root/busybox

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages