Fix podman-run man page heading
Sharing IPC is meant to be an example under the Examples heading, not a new section. Signed-off-by: Jordan Christiansen <xordspar0@gmail.com>
This commit is contained in:
parent
a82d60db0f
commit
579a10157d
|
|
@ -1234,7 +1234,7 @@ you'd like to connect instead, as in:
|
|||
$ podman run -a stdin -a stdout -i -t fedora /bin/bash
|
||||
```
|
||||
|
||||
## Sharing IPC between containers
|
||||
### Sharing IPC between containers
|
||||
|
||||
Using **shm_server.c** available here: https://www.cs.cf.ac.uk/Dave/C/node27.html
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue