diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-12 20:12:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 20:12:19 +0100 |
commit | 3f0661639c3ef3b18e4437f00075352df0af6cee (patch) | |
tree | fd2e33452247373b176f70ff2ab6c5f503527d92 /docs/source/markdown/podman.1.md | |
parent | f69fcb24832780a9cc4fd17818967374fcb0710f (diff) | |
parent | fde6ad637355ee27929da084e2920ef2b730875c (diff) | |
download | podman-3f0661639c3ef3b18e4437f00075352df0af6cee.tar.gz podman-3f0661639c3ef3b18e4437f00075352df0af6cee.tar.bz2 podman-3f0661639c3ef3b18e4437f00075352df0af6cee.zip |
Merge pull request #12151 from rhatdan/noout
Add --noout option to prevent the output of ids
Diffstat (limited to 'docs/source/markdown/podman.1.md')
-rw-r--r-- | docs/source/markdown/podman.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index daa8212c5..9f85ebda3 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -92,6 +92,11 @@ When namespace is set, created containers and pods will join the given namespace #### **--network-cmd-path**=*path* Path to the command binary to use for setting up a network. It is currently only used for setting up a slirp4netns network. If "" is used then the binary is looked up using the $PATH environment variable. +#### **--noout** + +Redirect stdout to /dev/null. This command will prevent all stdout from the Podman command. The **--noout** option will not block stderr or stdout from containers. + + #### **--remote**, **-r** When true, access to the Podman service will be remote. Defaults to false. Settings can be modified in the containers.conf file. If the CONTAINER_HOST |