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
执行完mydocker run -ti /bin/sh后,再在终端执行其它命令如ps -aux,显示Error, do this: mount -t proc proc /proc ,请问是为啥?
mydocker run -ti /bin/sh
ps -aux
Error, do this: mount -t proc proc /proc
The text was updated successfully, but these errors were encountered:
@bossjoker1 因为新创建的mount namespace的propogation默认为shared, 可以参考这个issue里的方案: #41
mount namespace
Sorry, something went wrong.
No branches or pull requests
执行完
mydocker run -ti /bin/sh
后,再在终端执行其它命令如ps -aux
,显示Error, do this: mount -t proc proc /proc
,请问是为啥?The text was updated successfully, but these errors were encountered: