--ipc
parameters differ from Docker, lack none
option
#13265
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
Docker IPC options, documented at https://docs.docker.com/engine/reference/run/#ipc-settings---ipc, consist of "", "none", "private", "shareable", "container:<name|id>", "host".
podman-4.0.0-rc5
supports - accounting to podman-run(1) - "container:<id>", "host", and "ns:<path>".This means that a docker-run command using almost any of the Docker
--ipc
options (other than "host" or "container:" with an ID) will fail with podman (including, the man-page suggests, referencing a container by name).Of particular interest here is the "none" option to avoid having a large number of otherwise unused
shm
mountpoints on the host system.Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
The text was updated successfully, but these errors were encountered: