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
I can't figure out the correct way to set the ipc_mode to another container in my run options.
options["ipc_mode"] = "container:my_container"
APIError: 500 Server Error: Internal Server Error (invalid config provided: invalid namespace type container:my_container specified)
The text was updated successfully, but these errors were encountered:
I can successfully work-around this with a pod, but I would be interested in the answer if someone knows.
Sorry, something went wrong.
@jwhonce @mwhahaha @cdoern PTAL
No branches or pull requests
I can't figure out the correct way to set the ipc_mode to another container in my run options.
options["ipc_mode"] = "container:my_container"
APIError: 500 Server Error: Internal Server Error (invalid config provided: invalid namespace type container:my_container specified)
The text was updated successfully, but these errors were encountered: