diff options
author | Boaz Shuster <boaz.shuster.github@gmail.com> | 2021-01-21 18:02:20 +0200 |
---|---|---|
committer | Boaz Shuster <boaz.shuster.github@gmail.com> | 2021-05-03 22:17:06 +0300 |
commit | a726a3d79c5bdda13fee2285222360a45e996272 (patch) | |
tree | b2cb61ae2b7b29f429d4dcbaaa42efdba03a5a8f /docs/source/markdown/podman-start.1.md | |
parent | 697ec8f6f0ac8f251fd7f3f3bb5e21313ca62207 (diff) | |
download | podman-a726a3d79c5bdda13fee2285222360a45e996272.tar.gz podman-a726a3d79c5bdda13fee2285222360a45e996272.tar.bz2 podman-a726a3d79c5bdda13fee2285222360a45e996272.zip |
Add --all to podman start
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
Co-authored-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-start.1.md')
-rw-r--r-- | docs/source/markdown/podman-start.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-start.1.md b/docs/source/markdown/podman-start.1.md index 1822eab34..626e6e368 100644 --- a/docs/source/markdown/podman-start.1.md +++ b/docs/source/markdown/podman-start.1.md @@ -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 |