podman-py
podman-py copied to clipboard
How do I set the ipc_mode to another container ?
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)
I can successfully work-around this with a pod, but I would be interested in the answer if someone knows.
@jwhonce @mwhahaha @cdoern PTAL