@@ -27,6 +27,15 @@ The CGroup manager to use for container cgroups. Supported values are cgroupfs o
2727Note: Setting this flag can cause certain commands to break when called on containers previously created by the other CGroup manager type.
2828Note: CGroup manager is not supported in rootless mode when using CGroups Version V1.
2929
30+ ** --imagestore** * path*
31+
32+ Path under which content for pulled and built images will be stored. By default, the configured ** --root** location
33+ is used for pulled and built images as well as containers. If the storage driver is
34+ * overlay* , then any images which have previously been written to the ** --root** location will still
35+ be available.
36+
37+ This will override the * imagestore* option in containers-storage.conf(5).
38+
3039** --log-level** ** value**
3140
3241The log level to be used. Either "trace", "debug", "info", "warn", "error", "fatal", or "panic", defaulting to "warn".
@@ -53,13 +62,13 @@ be used, as the default behavior of using the system-wide configuration
5362
5463** --root** ** value**
5564
56- Storage root dir (default: "/var/lib/containers/storage" for UID 0, "$HOME/.local/share/containers/storage" for other users)
57- Default root dir is configured in /etc/containers/storage.conf
65+ Storage root dir (default: "/var/lib/containers/storage" for UID 0, "$HOME/.local/share/containers/storage" for other users).
66+ The default root dir is configured in /etc/containers/storage.conf.
5867
5968** --runroot** ** value**
6069
61- Storage state dir (default: "/run/containers/storage" for UID 0, "/run/user/$UID" for other users)
62- Default state dir is configured in /etc/containers/storage.conf
70+ Storage state dir (default: "/run/containers/storage" for UID 0, "/run/user/$UID" for other users).
71+ The default state dir is configured in /etc/containers/storage.conf.
6372
6473** --short-name-alias-conf** * path*
6574
0 commit comments