summaryrefslogtreecommitdiff
path: root/docs/source/markdown
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-05 20:55:15 +0200
committerGitHub <noreply@github.com>2021-04-05 20:55:15 +0200
commit6b23fece7348cd52949a3dd7b7e65483e3cac19b (patch)
tree7b0216fc4797550c6f97fe8623e29bac2c1fb496 /docs/source/markdown
parente9e4898048fe669263ca16929132ea63edf0ccef (diff)
parent69ace205356171835d920438fe411839c543f073 (diff)
downloadpodman-6b23fece7348cd52949a3dd7b7e65483e3cac19b.tar.gz
podman-6b23fece7348cd52949a3dd7b7e65483e3cac19b.tar.bz2
podman-6b23fece7348cd52949a3dd7b7e65483e3cac19b.zip
Merge pull request #9911 from rhatdan/storage
Allow users to override default storage opts with --storage-opt
Diffstat (limited to 'docs/source/markdown')
-rw-r--r--docs/source/markdown/podman.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md
index 7a6a51c39..5755b45ac 100644
--- a/docs/source/markdown/podman.1.md
+++ b/docs/source/markdown/podman.1.md
@@ -148,7 +148,7 @@ specify additional options via the `--storage-opt` flag.
#### **\-\-storage-opt**=*value*
-Storage driver option, Default storage driver options are configured in /etc/containers/storage.conf (`$HOME/.config/containers/storage.conf` in rootless mode). The `STORAGE_OPTS` environment variable overrides the default. The --storage-opt specified options overrides all.
+Storage driver option, Default storage driver options are configured in /etc/containers/storage.conf (`$HOME/.config/containers/storage.conf` in rootless mode). The `STORAGE_OPTS` environment variable overrides the default. The --storage-opt specified options overrides all. If you specify --storage-opt="", no storage options will be used.
#### **\-\-syslog**=*true|false*