Skip to content

Commit

Permalink
docs: Mention the new mount API in the container interface doc
Browse files Browse the repository at this point in the history
Let's mention that the new mount API may be used to establish new
mounts in a container without needing the /run/host/incoming directory.

(cherry picked from commit 74cc5e2041a2c32e1824b32316bd95f2c8a811f5)
(cherry picked from commit 65eff444c4fa7be5eb1be71c5d94ab8732167e11)
(cherry picked from commit 53d92de)
  • Loading branch information
DaanDeMeyer authored and bluca committed Aug 19, 2024
1 parent c90ba5e commit c12ef9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/CONTAINER_INTERFACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ care should be taken to avoid naming conflicts. `systemd` (and in particular
directory: it's used by code outside the container to insert mounts inside
it only, and is mostly an internal vehicle to achieve this. Other container
managers that want to implement similar functionality might consider using
the same directory.
the same directory. Alternatively, the new mount API may be used by the
container manager to establish new mounts in the container without the need
for the `/run/host/incoming/` directory.

2. The `/run/host/inaccessible/` directory may be set up by the container
manager to include six file nodes: `reg`, `dir`, `fifo`, `sock`, `chr`,
Expand Down

0 comments on commit c12ef9e

Please sign in to comment.