]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: Mention the new mount API in the container interface doc
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 13 Aug 2024 08:36:40 +0000 (10:36 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 13 Aug 2024 10:20:43 +0000 (12:20 +0200)
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.

docs/CONTAINER_INTERFACE.md

index e64953c8b40e1fcf8fa4ef787f65b6400556fada..e20c76d9007a5ae8910ca1d979734eb0e14a9c81 100644 (file)
@@ -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`,