diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-21 17:40:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 17:40:24 +0200 |
commit | 6a6ef402c3c8e14a621a98a4029255e3be41d5ef (patch) | |
tree | b0eb760b8c8f96e94abe07a1f84bab48aec5dabb /docs/source/markdown | |
parent | e48aa8c82f7f26260f6911bb3ea99ff54c294675 (diff) | |
parent | 55f00bac02fcde7fbe960a9a80131dbc72630b5b (diff) | |
download | podman-6a6ef402c3c8e14a621a98a4029255e3be41d5ef.tar.gz podman-6a6ef402c3c8e14a621a98a4029255e3be41d5ef.tar.bz2 podman-6a6ef402c3c8e14a621a98a4029255e3be41d5ef.zip |
Merge pull request #10400 from rhatdan/root
Clear the storage-options from the graphdriver if users specifies --root
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index ab4be1307..734d00971 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -120,6 +120,8 @@ Remote connections use local containers.conf for default. Storage root dir in which data, including images, is stored (default: "/var/lib/containers/storage" for UID 0, "$HOME/.local/share/containers/storage" for other users). Default root dir configured in `/etc/containers/storage.conf`. +Overriding this option will cause the *storage-opt* settings in /etc/containers/storage.conf to be ignored. The user must specify additional options via the `--storage-opt` flag. + #### **--runroot**=*value* Storage state directory where all state information is stored (default: "/run/containers/storage" for UID 0, "/run/user/$UID/run" for other users). |