Update to grab latest man pages and configuration files
This commit is contained in:
parent
a0c17419b4
commit
4f274507d0
@ -16,7 +16,7 @@
|
|||||||
Epoch: 4
|
Epoch: 4
|
||||||
Name: containers-common
|
Name: containers-common
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 34%{?dist}
|
Release: 35%{?dist}
|
||||||
Summary: Common configuration and documentation for containers
|
Summary: Common configuration and documentation for containers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -161,6 +161,9 @@ ln -s %{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/rhel/secret
|
|||||||
%{_datadir}/rhel/secrets/*
|
%{_datadir}/rhel/secrets/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 8 2021 Dan Walsh <dwalsh@fedoraproject.org> - 4:1-35
|
||||||
|
- Update to grab latest man pages and configuration files
|
||||||
|
|
||||||
* Thu Oct 21 2021 Dan Walsh <dwalsh@fedoraproject.org> - 4:1-34
|
* Thu Oct 21 2021 Dan Walsh <dwalsh@fedoraproject.org> - 4:1-34
|
||||||
- Update to grab latest man pages and configuration files
|
- Update to grab latest man pages and configuration files
|
||||||
|
|
||||||
|
@ -315,7 +315,11 @@ This is a way to prevent xfs_quota management from conflicting with containers/s
|
|||||||
|
|
||||||
## FILES
|
## FILES
|
||||||
|
|
||||||
Distributions often provide a `/usr/share/containers/storage.conf` file to define default storage configuration. Administrators can override this file by creating `/etc/containers/storage.conf` to specify their own configuration. The storage.conf file for rootless users is stored in the `$XDG_CONFIG_HOME/containers/storage.conf` file. If `$XDG_CONFIG_HOME` is not set then the file `$HOME/.config/containers/storage.conf` is used.
|
Distributions often provide a `/usr/share/containers/storage.conf` file to define default storage configuration. Administrators can override this file by creating `/etc/containers/storage.conf` to specify their own configuration. Likewise rootless users can create a storage.conf file to override the system storage.conf files. Files should be stored in the `$XDG_CONFIG_HOME/containers/storage.conf` file. If `$XDG_CONFIG_HOME` is not set then the file `$HOME/.config/containers/storage.conf` is used.
|
||||||
|
|
||||||
|
Note: The storage.conf file overrides all other strorage.conf files. Container
|
||||||
|
engines run by users with a storage.conf file in their home directory do not
|
||||||
|
use options in the system storage.conf files.
|
||||||
|
|
||||||
/etc/projects - XFS persistent project root definition
|
/etc/projects - XFS persistent project root definition
|
||||||
/etc/projid - XFS project name mapping file
|
/etc/projid - XFS project name mapping file
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
[aliases]
|
[aliases]
|
||||||
|
# almalinux
|
||||||
|
"almalinux" = "docker.io/library/almalinux"
|
||||||
|
"almalinux-minimal" = "docker.io/library/almalinux-minimal"
|
||||||
# centos
|
# centos
|
||||||
"centos" = "quay.io/centos/centos"
|
"centos" = "quay.io/centos/centos"
|
||||||
# containers
|
# containers
|
||||||
|
11
storage.conf
11
storage.conf
@ -1,5 +1,14 @@
|
|||||||
# This file is is the configuration file for all tools
|
# This file is is the configuration file for all tools
|
||||||
# that use the containers/storage library.
|
# that use the containers/storage library. The storage.conf file
|
||||||
|
# overrides all other storage.conf files. Container engines using the
|
||||||
|
# container/storage library do not inherit fields from other storage.conf
|
||||||
|
# files.
|
||||||
|
#
|
||||||
|
# Note: The storage.conf file overrides other storage.conf files based on this precedence:
|
||||||
|
# /usr/containers/storage.conf
|
||||||
|
# /etc/containers/storage.conf
|
||||||
|
# $HOME/.config/containers/storage.conf
|
||||||
|
# $XDG_CONFIG_HOME/containers/storage.conf (If XDG_CONFIG_HOME is set)
|
||||||
# See man 5 containers-storage.conf for more information
|
# See man 5 containers-storage.conf for more information
|
||||||
# The "container storage" table contains all of the server options.
|
# The "container storage" table contains all of the server options.
|
||||||
[storage]
|
[storage]
|
||||||
|
Loading…
Reference in New Issue
Block a user