From a010bb912ddfb3073e1c847b7c03364c8c59691c Mon Sep 17 00:00:00 2001 From: Erik Sjölund Date: Sun, 25 Apr 2021 14:33:40 +0200 Subject: [CI:DOCS] Fix Markdown layout bugs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add missing backticks to mark the end of the code block. Signed-off-by: Erik Sjölund --- docs/source/markdown/podman-run.1.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/source/markdown/podman-run.1.md') diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index 3a2651f98..2e6d97a05 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -1719,6 +1719,7 @@ Multiple containers can be required. $ podman create --name container1 -t -i fedora bash $ podman create --name container2 -t -i fedora bash $ podman run --name container3 --requires container1,container2 -t -i fedora bash +``` ### Configure keep supplemental groups for access to volume -- cgit v1.2.3-54-g00ecf