Skip to content

Commit

Permalink
Merge pull request #19976 from plettich/patch-1
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix some spelling and formatting  in volume options
  • Loading branch information
openshift-merge-robot authored Sep 14, 2023
2 parents 33e5655 + c689fb4 commit 3984b45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/markdown/options/volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ and GID on the host.
The `:U` suffix tells Podman to use the correct host UID and GID based on the
UID and GID within the <<container|pod>>, to change recursively the owner and
group of the source volume. Chowning walks the file system under the volume and
changes the UID/GID on each file, it the volume has thousands of inodes, this
changes the UID/GID on each file. If the volume has thousands of inodes, this
process takes a long time, delaying the start of the <<container|pod>>.

**Warning** use with caution since this modifies the host filesystem.
Expand Down Expand Up @@ -119,9 +119,8 @@ content, any changes from previous <<container|pod>> executions no longer exist.
One use case of the overlay mount is sharing the package cache from the
host into the container to allow speeding up builds.

Note:
Note: The `O` flag conflicts with other options listed above.

- The `O` flag conflicts with other options listed above.
Content mounted into the container is labeled with the private label.
On SELinux systems, labels in the source directory must be readable
by the <<|pod infra>> container label. Usually containers can read/execute `container_share_t`
Expand Down

0 comments on commit 3984b45

Please sign in to comment.