diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-04 16:44:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 16:44:19 +0200 |
commit | af2418018b8a0d83734a7a329955f5a9938bdfbf (patch) | |
tree | a070d47ae807ddd62eb7b6bc125eac70e10cf663 /docs/source | |
parent | dea6189982b4d128aa1ae9ce379a1f94b4eb8a8f (diff) | |
parent | 0c116f40d38a5d86c61a86e8ece19a6a88bd7141 (diff) | |
download | podman-af2418018b8a0d83734a7a329955f5a9938bdfbf.tar.gz podman-af2418018b8a0d83734a7a329955f5a9938bdfbf.tar.bz2 podman-af2418018b8a0d83734a7a329955f5a9938bdfbf.zip |
Merge pull request #8828 from boaz0/closes_8779
Add --all to podman start
Diffstat (limited to 'docs/source')
-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 |