mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
[CI:DOCS] Fix Markdown layout bugs
* Add missing backticks to mark the end of the code block. Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
@ -1365,6 +1365,7 @@ $ podman create --name container1 -t -i fedora bash
|
|||||||
$ podman create --name container2 -t -i fedora bash
|
$ podman create --name container2 -t -i fedora bash
|
||||||
$ podman create --name container3 --requires container1,container2 -t -i fedora bash
|
$ podman create --name container3 --requires container1,container2 -t -i fedora bash
|
||||||
$ podman start --attach container3
|
$ podman start --attach container3
|
||||||
|
```
|
||||||
|
|
||||||
### Configure keep supplemental groups for access to volume
|
### Configure keep supplemental groups for access to volume
|
||||||
|
|
||||||
|
@ -1719,6 +1719,7 @@ Multiple containers can be required.
|
|||||||
$ podman create --name container1 -t -i fedora bash
|
$ podman create --name container1 -t -i fedora bash
|
||||||
$ podman create --name container2 -t -i fedora bash
|
$ podman create --name container2 -t -i fedora bash
|
||||||
$ podman run --name container3 --requires container1,container2 -t -i fedora bash
|
$ podman run --name container3 --requires container1,container2 -t -i fedora bash
|
||||||
|
```
|
||||||
|
|
||||||
### Configure keep supplemental groups for access to volume
|
### Configure keep supplemental groups for access to volume
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user