podman/docs/source
Valentin Rothberg d5841ed528 add --module flag
Support a new concept in containers.conf called "modules".  A "module"
is a containers.conf file located at a specific directory.  More than
one module can be loaded in the specified order, following existing
override semantics.

There are three directories to load modules from:
 - $CONFIG_HOME/containers/containers.conf.modules
 - /etc/containers/containers.conf.modules
 - /usr/share/containers/containers.conf.modules

With CONFIG_HOME pointing to $HOME/.config or, if set, $XDG_CONFIG_HOME.
Absolute paths will be loaded as is, relative paths will be resolved
relative to the three directories above allowing for admin configs
(/etc/) to override system configs (/usr/share/) and user configs
($CONFIG_HOME) to override admin configs.

Pulls in containers/common/pull/1599.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2023-08-16 14:32:35 +02:00
..
_static Show API doc for several versions 2022-02-09 18:17:52 +01:00
markdown add --module flag 2023-08-16 14:32:35 +02:00
Commands.rst man pages and command help: clean up descriptions 2023-05-28 18:57:43 +02:00
Introduction.rst Remove future tense from man pages 2023-05-16 15:10:33 -04:00
Reference.rst Update API reference to include v4.5 2023-04-17 14:52:36 +02:00
Search.rst
Tutorials.rst [CI:DOCS] Tutorials.rst: add socket activation 2022-07-15 17:36:33 +02:00
conf.py sphinx: skip options include dir 2023-08-14 08:12:16 -06:00
includes.rst
index.rst
volume.rst