diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-11-10 16:10:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 16:10:06 +0100 |
commit | 2e6231bcbc05fe204a2b667252fb424b1a25cd00 (patch) | |
tree | 181ed8c16fb42f970f66b9806dd4e883e11722fe /docs/source/markdown/podman-volume-create.1.md | |
parent | 93df757b938fd6f67ab00c78df93cf55743b6683 (diff) | |
parent | 2720156fa5a55cd2029a8012dc6dd899e7be6c5d (diff) | |
download | podman-2e6231bcbc05fe204a2b667252fb424b1a25cd00.tar.gz podman-2e6231bcbc05fe204a2b667252fb424b1a25cd00.tar.bz2 podman-2e6231bcbc05fe204a2b667252fb424b1a25cd00.zip |
Merge pull request #12241 from rhatdan/man
[CI:DOCS] Add links to all SEE ALSO sections
Diffstat (limited to 'docs/source/markdown/podman-volume-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-volume-create.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-volume-create.1.md b/docs/source/markdown/podman-volume-create.1.md index 9bf5a3d81..365a5acac 100644 --- a/docs/source/markdown/podman-volume-create.1.md +++ b/docs/source/markdown/podman-volume-create.1.md @@ -17,7 +17,7 @@ driver options can be set using the **--opt** flag. #### **--driver**=*driver* -Specify the volume driver name (default **local**). Setting this to a value other than **local** Podman attempts to create the volume using a volume plugin with the given name. Such plugins must be defined in the **volume_plugins** section of the **containers.conf**(5) configuration file. +Specify the volume driver name (default **local**). Setting this to a value other than **local** Podman attempts to create the volume using a volume plugin with the given name. Such plugins must be defined in the **volume_plugins** section of the **[containers.conf(5)](https://github.com/containers/common/blob/main/docs/containers.conf.5.md)** configuration file. #### **--help** @@ -86,7 +86,7 @@ All volume assigned project ids larger project ids starting with 200000. This prevents xfs_quota management conflicts with containers/storage. ## SEE ALSO -**podman-volume**(1), **mount**(8), **containers.conf**(5), **xfs_quota**(8), `xfs_quota(8)`, `projects(5)`, `projid(5)` +**[podman(1)](podman.1.md)**, **[containers.conf(5)](https://github.com/containers/common/blob/main/docs/containers.conf.5.md)**, **[podman-volume(1)](podman-volume.1.md)**, **mount(8)**, **xfs_quota(8)**, **xfs_quota(8)**, **projects(5)**, **projid(5)** ## HISTORY January 2020, updated with information on volume plugins by Matthew Heon <mheon@redhat.com> |