File: containers_override.conf

package info (click to toggle)
golang-github-containers-common 0.66.0%2Bds2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,608 kB
  • sloc: makefile: 126; sh: 125
file content (34 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[containers]

apparmor_profile = "overridden-default"
log_driver = "journald"
log_tag="{{.Name}}|{{.ID}}"
log_size_max = 100000
read_only=true
privileged=true
label_users=true

[engine]
image_parallel_copies=10
image_default_format="v2s2"
image_copy_tmp_dir="/tmp/foobar"
events_logfile_path = "/tmp/events.log"
events_logfile_max_size="500"
events_container_create_inspect_data = true
pod_exit_policy="stop"
compression_format="zstd:chunked"
cdi_spec_dirs = [ "/somepath" ]

[engine.platform_to_oci_runtime]
hello = "world"

[machine]
# The image used when creating a podman-machine VM.
image = "https://example.com/$OS/$ARCH/foobar.ami"

[secrets]
driver = "pass"

[secrets.opts]
key = "foo@bar"
root = "/srv/password-store"