From f155a4e78117058b973e3fe9fa657a96f4988b54 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 12 Dec 2022 18:39:26 -0500 Subject: [PATCH] docs/options/ipc: fix list syntax Signed-off-by: Ben Boeckel --- docs/source/markdown/options/ipc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/options/ipc.md b/docs/source/markdown/options/ipc.md index ca19d0f71f..3135c39a89 100644 --- a/docs/source/markdown/options/ipc.md +++ b/docs/source/markdown/options/ipc.md @@ -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.