This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The "crio" table contains all of the server options. | |
[crio] | |
# root is a path to the "root directory". CRIO stores all of its data, | |
# including container images, in this directory. | |
root = "/var/lib/containers/storage" | |
# run is a path to the "run directory". CRIO stores all of its state | |
# in this directory. |
NewerOlder