Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDeviceNode ¶
创建设备文件,mknod
func PivotRoot ¶
将当前root文件系统改为rootfs目录下的文件系统 把整个系统切换到一个新的root目录,而移除对之前root文件系统的依赖,这样就可以unmount原来的root文件系统 原来系统的mount信息都会消失! 并且ps命令返回的进程号也只有1号sh进程和ps -ef进程 而chroot是针对某个进程,系统的其他部分依旧运行于老的root目录中
func PrepareRoot ¶
func PrepareRoot(config *configs.ContainerConfig) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.