Map containers `.conf` files to TOML syntax

pull/2867/head
cyqsimon 3 months ago
parent 1b9fc1d5af
commit 92915e22e7
No known key found for this signature in database
GPG Key ID: 1D8CE2F297390D65

@ -0,0 +1,8 @@
# see https://github.com/containers/image/tree/main/docs
[mappings]
"TOML" = [
"/usr/share/containers/**/*.conf",
"/etc/containers/**/*.conf",
"${HOME}/.config/containers/**/*.conf",
"${XDG_CONFIG_HOME}/containers/**/*.conf",
]
Loading…
Cancel
Save