Merge pull request #16821 from mathstuf/fix-podman-run

docs/options/ipc: fix list syntax
This commit is contained in:
OpenShift Merge Robot 2022-12-13 05:56:07 -05:00 committed by GitHub
commit 1b677c5202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ a private IPC namespace.
- **none**: private IPC namespace, with /dev/shm not mounted.
- **ns:**_path_: path to an IPC namespace to join.
- **private**: private IPC namespace.
= **shareable**: private IPC namespace with a possibility to share it with other containers.
- **shareable**: private IPC namespace with a possibility to share it with other containers.