Apply suggestions from code review
Co-authored-by: Valentin Rothberg <vrothberg@redhat.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
63d9bf1280
commit
66ed469879
|
|
@ -63,7 +63,7 @@ Pause all **running** containers:
|
|||
podman pause --all
|
||||
```
|
||||
|
||||
Pause container using ID specified in a given files:
|
||||
Pause container using ID specified in given files:
|
||||
```
|
||||
podman pause --cidfile /home/user/cidfile-1
|
||||
podman pause --cidfile /home/user/cidfile-1 --cidfile ./cidfile-2
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ Unpause all **paused** containers:
|
|||
podman unpause --all
|
||||
```
|
||||
|
||||
Unpause container using ID specified in a given files:
|
||||
Unpause container using ID specified in given files:
|
||||
```
|
||||
podman unpause --cidfile /home/user/cidfile-1
|
||||
podman unpause --cidfile /home/user/cidfile-1 --cidfile ./cidfile-2
|
||||
|
|
|
|||
Loading…
Reference in New Issue