Skip to content

Commit

Permalink
Add containers.conf information for changing defaults
Browse files Browse the repository at this point in the history
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: containers#2669

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
  • Loading branch information
rhatdan committed May 6, 2021
1 parent 176ae99 commit caa8c62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/markdown/podman-save.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down Expand Up @@ -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>

0 comments on commit caa8c62

Please sign in to comment.