Skip to content

Commit

Permalink
Merge pull request #16622 from ingobecker/fix-vol-create-md-typo
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix manpage emphasis
  • Loading branch information
openshift-merge-robot committed Nov 26, 2022
2 parents 4135655 + ce7d4bb commit c2450bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-volume-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There are two drivers supported by Podman itself: **local** and **image**.
The **local** driver uses a directory on disk as the backend by default, but can also use the **mount(8)** command to mount a filesystem as the volume if **--opt** is specified.
The **image** driver uses an image as the backing store of for the volume.
An overlay filesystem will be created, which allows changes to the volume to be committed as a new layer on top of the image.
Using a value other than **local or **image**, Podman will attempt to create the volume using a volume plugin with the given name.
Using a value other than **local** or **image**, Podman will attempt 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**
Expand Down

0 comments on commit c2450bb

Please sign in to comment.