mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Add --all to podman start
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> Co-authored-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -38,6 +38,10 @@ to run containers such as CRI-O, the last started container could be from either
|
||||
|
||||
Proxy received signals to the process (non-TTY mode only). SIGCHLD, SIGSTOP, and SIGKILL are not proxied. The default is *true* when attaching, *false* otherwise.
|
||||
|
||||
#### **\-\-all**
|
||||
|
||||
Start all the containers created by Podman, default is only running containers.
|
||||
|
||||
## EXAMPLE
|
||||
|
||||
podman start mywebserver
|
||||
|
Reference in New Issue
Block a user