diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-13 10:36:40 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-08-13 12:20:43 +0200 |
commit | 74cc5e2041a2c32e1824b32316bd95f2c8a811f5 (patch) | |
tree | f5eef50bdee4b384c1ee3bae4f5b80695aeccca3 /docs | |
parent | Merge pull request #33979 from YHNdnzj/edit-util-no-duplicate-strip (diff) | |
download | systemd-74cc5e2041a2c32e1824b32316bd95f2c8a811f5.tar.xz systemd-74cc5e2041a2c32e1824b32316bd95f2c8a811f5.zip |
docs: Mention the new mount API in the container interface doc
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CONTAINER_INTERFACE.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/CONTAINER_INTERFACE.md b/docs/CONTAINER_INTERFACE.md index e64953c8b4..e20c76d900 100644 --- a/docs/CONTAINER_INTERFACE.md +++ b/docs/CONTAINER_INTERFACE.md @@ -237,7 +237,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`, |