You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker pull busybox
docker run -d busybox top -b
docker export -o busybox.tar 6751d18acb09(容器id)
tar -xvf busybox.tar -C busybox
# ls
bin dev etc home proc root sys tmp usr var
但是没有sys目录,这就导致cgroup设置失效。
proc目录为空
The text was updated successfully, but these errors were encountered:
执行下面命令进行导出busybox文件系统,跟书上导出差距很大
The text was updated successfully, but these errors were encountered: