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
其他的Namespace都挂载上了,只有mnt报错:
root@jasonkay:~/workspace/my_docker/chapter5_detach/5_4_exec# ./my_docker exec test sh missing my_docker_pid env, skip ns-enter {"level":"info","msg":"exec container real pid: 2725","time":"2021-09-20T14:26:42Z"} {"level":"info","msg":"exec command: sh","time":"2021-09-20T14:26:42Z"} got my_docker_pid=2725 got my_docker_cmd=sh setns on ipc namespace succeeded setns on uts namespace succeeded setns on net namespace succeeded setns on pid namespace succeeded setns on mnt namespace failed: Stale file handle #
The text was updated successfully, but these errors were encountered:
并且即使PID Namespace设置成功,top的PID还不是1;
Sorry, something went wrong.
在当前5.4章节,需要暂时把AUFS挂载函数部分移除,cmd.Dir设置为 busybox 目录才能达到书中的效果
好的好的,我再试试
No branches or pull requests
其他的Namespace都挂载上了,只有mnt报错:
The text was updated successfully, but these errors were encountered: