We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/container/process.go 修正为
// 指定容器初始化后的工作目录 // cmd.Dir = common.MntPath cmd.Dir = path.Join(common.MntPath, containerName)
/container/workspace.go 如果提示xino问题,则需要使用下列方式
//! mount -t aufs -o noxino,dirs=/root/writeLayer/test:/root/busybox none /root/mnt/test dirs := fmt.Sprintf("noxino,dirs=%s:%s", writeLayPath, imagePath) cmd := exec.Command("mount", "-t", "aufs", "-o", dirs, "none", mntPath)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/container/process.go
修正为
/container/workspace.go
如果提示xino问题,则需要使用下列方式
The text was updated successfully, but these errors were encountered: