Skip to content

Commit 5ca159b

Browse files
committed
Add instance volumes reference
1 parent 2e1adb1 commit 5ca159b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs/docs/guides/tenant-isolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class NoPrivilegedPolicy(ApplyPolicy):
6565

6666
## Instance volumes
6767

68-
Instance volumes mount a path from the host filesystem directly into the container. A user with access to this feature can mount arbitrary host paths — including sensitive directories such as `/etc`, `/proc`, or `/var`.
68+
[Instance volumes](../concepts/volumes.md#instance-volumes) mount a path from the host filesystem directly into the container. A user with access to this feature can mount arbitrary host paths — including sensitive directories such as `/etc`, `/proc`, or `/var`.
6969

7070
You can disallow instance volumes or restrict access to certain paths by writing a [REST plugin](../reference/plugins/rest/index.md) or a [Python plugin](../reference/plugins/python/index.md).
7171

0 commit comments

Comments
 (0)