mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Fix pause usage example
The page contains a wrong 'stop' command example. Signed-off-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
This commit is contained in:
@ -31,7 +31,7 @@ podman pause 860a4b23
|
|||||||
|
|
||||||
Pause all **running** containers.
|
Pause all **running** containers.
|
||||||
```
|
```
|
||||||
podman stop -a
|
podman pause -a
|
||||||
```
|
```
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
|
Reference in New Issue
Block a user