Skip to content

Commit

Permalink
Merge pull request #13 from apollo13/patch-3
Browse files Browse the repository at this point in the history
update volume.mdx with new selinux option
  • Loading branch information
eveld committed Oct 31, 2023
2 parents 31c7512 + eacaf11 commit e94bbb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/docs/resources/shared/volume.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,10 @@ the file declaring the container.
even worse it will be writable (since only the toplevel bind is set readonly, not the children). If `bind_propagation_non_recursive` is set to `true` then the container will only see an
empty `/host/run`, meaning the `tmpfs` which is typically mounted to `/run` on the host is not propagated into the container.
</Property>
<Property name="selinux_relabel" type="string" required="false" value="">
Configures Selinux relabeling for the container (usually specified as :z or :Z) and can be one of the following values:

- shared (Equivalent to :z)
- private (Equivalent to :Z)
</Property>
</Properties>

0 comments on commit e94bbb1

Please sign in to comment.