summaryrefslogtreecommitdiff
path: root/docs/source/markdown
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-05-06 08:59:04 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-05-06 10:43:36 -0400
commitcaa8c622b3f97d46af717b713714aa3e39184a4f (patch)
tree06c8a8de1593e30b5db3c2b20c6807a60f9664a5 /docs/source/markdown
parent176ae99187de9068670dac1fb3ec30e11cd3dd93 (diff)
downloadpodman-caa8c622b3f97d46af717b713714aa3e39184a4f.tar.gz
podman-caa8c622b3f97d46af717b713714aa3e39184a4f.tar.bz2
podman-caa8c622b3f97d46af717b713714aa3e39184a4f.zip
Add containers.conf information for changing defaults
We probably should put a whole bunch of other documentation in man pages about containers.conf, but let's settle on this description before we go add other docs. Helps with: https://github.com/containers/podman/issues/2669 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown')
-rw-r--r--docs/source/markdown/podman-save.1.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-save.1.md b/docs/source/markdown/podman-save.1.md
index 0036a9379..cae0c4b05 100644
--- a/docs/source/markdown/podman-save.1.md
+++ b/docs/source/markdown/podman-save.1.md
@@ -45,6 +45,7 @@ Save image to **oci-archive, oci-dir** (directory with oci manifest type), or **
#### **\-\-multi-image-archive**, **-m**
Allow for creating archives with more than one image. Additional names will be interpreted as images instead of tags. Only supported for **docker-archive**.
+The default for this option can be modified via the `multi_image_archive="true"|"false"` flag in containers.conf.
#### **\-\-quiet**, **-q**
@@ -99,7 +100,7 @@ Storing signatures
```
## SEE ALSO
-podman(1), podman-load(1)
+podman(1), podman-load(1), containers.conf(5)
## HISTORY
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>