| Line 1... |
Line 1... |
| 1 |
# This file is is the configuration file for all tools
|
1 |
# This file is is the configuration file for all tools
|
| 2 |
# that use the containers/storage library.
|
2 |
# that use the containers/storage library. The storage.conf file
|
| - |
|
3 |
# overrides all other storage.conf files. Container engines using the
|
| - |
|
4 |
# container/storage library do not inherit fields from other storage.conf
|
| - |
|
5 |
# files.
|
| - |
|
6 |
#
|
| - |
|
7 |
# Note: The storage.conf file overrides other storage.conf files based on this precedence:
|
| - |
|
8 |
# /usr/containers/storage.conf
|
| - |
|
9 |
# /etc/containers/storage.conf
|
| - |
|
10 |
# $HOME/.config/containers/storage.conf
|
| - |
|
11 |
# $XDG_CONFIG_HOME/containers/storage.conf (If XDG_CONFIG_HOME is set)
|
| 3 |
# See man 5 containers-storage.conf for more information
|
12 |
# See man 5 containers-storage.conf for more information
|
| 4 |
# The "container storage" table contains all of the server options.
|
13 |
# The "container storage" table contains all of the server options.
|
| 5 |
[storage]
|
14 |
[storage]
|
| 6 |
|
15 |
|
| 7 |
# Default Storage Driver, Must be set for proper operation.
|
16 |
# Default Storage Driver, Must be set for proper operation.
|
| Line 9... |
Line 18... |
| 9 |
|
18 |
|
| 10 |
# Temporary storage location
|
19 |
# Temporary storage location
|
| 11 |
runroot = "/run/containers/storage"
|
20 |
runroot = "/run/containers/storage"
|
| 12 |
|
21 |
|
| 13 |
# Primary Read/Write location of container storage
|
22 |
# Primary Read/Write location of container storage
|
| - |
|
23 |
# When changing the graphroot location on an SELINUX system, you must
|
| - |
|
24 |
# ensure the labeling matches the default locations labels with the
|
| - |
|
25 |
# following commands:
|
| - |
|
26 |
# semanage fcontext -a -e /var/lib/containers/storage /NEWSTORAGEPATH
|
| - |
|
27 |
# restorecon -R -v /NEWSTORAGEPATH
|
| 14 |
graphroot = "/var/lib/containers/storage"
|
28 |
graphroot = "/var/lib/containers/storage"
|
| - |
|
29 |
|
| 15 |
|
30 |
|
| 16 |
# Storage path for rootless users
|
31 |
# Storage path for rootless users
|
| 17 |
#
|
32 |
#
|
| 18 |
# rootless_storage_path = "$HOME/.local/share/containers/storage"
|
33 |
# rootless_storage_path = "$HOME/.local/share/containers/storage"
|
| 19 |
|
34 |
|