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
No description provided.
The text was updated successfully, but these errors were encountered:
docker run --privileged --device=/dev/infiniband:/dev/infiniband -it 3fs-build
--privileged 能够确保容器拥有足够的权限访问底层设备。 如果不想完全使用 --privileged,可以尝试添加相关的 capability,比如 IPC_LOCK 或其他需要的权限:
--privileged
docker run --cap-add=IPC_LOCK --device=/dev/infiniband:/dev/infiniband -it 3fs-build
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: