podman-py icon indicating copy to clipboard operation
podman-py copied to clipboard

How do I set the ipc_mode to another container ?

Open scnas opened this issue 2 years ago • 2 comments

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)

scnas avatar Jan 14 '23 18:01 scnas

I can successfully work-around this with a pod, but I would be interested in the answer if someone knows.

scnas avatar Jan 14 '23 20:01 scnas

@jwhonce @mwhahaha @cdoern PTAL

rhatdan avatar Jan 18 '23 18:01 rhatdan