mirror of
https://github.com/systemd/systemd.git
synced 2026-08-12 12:16:06 +00:00
committed by
Luca Boccassi
parent
ea5b0b34db
commit
28b9c60de7
@@ -1601,7 +1601,7 @@ After=sys-subsystem-net-devices-ens1.device</programlisting>
|
||||
|
||||
<listitem><para>Binds the home directory of the specified user on the host into the container. Takes
|
||||
the name of an existing user on the host as argument. May be used multiple times to bind multiple
|
||||
users into the container. This does three things:</para>
|
||||
users into the container. This does two things:</para>
|
||||
|
||||
<orderedlist>
|
||||
<listitem><para>The user's home directory is bind mounted from the host into
|
||||
@@ -1616,7 +1616,7 @@ After=sys-subsystem-net-devices-ens1.device</programlisting>
|
||||
user/group databases.</para></listitem>
|
||||
</orderedlist>
|
||||
|
||||
<para>The combination of the three operations above ensures that it is possible to log into the
|
||||
<para>The combination of the two operations above ensures that it is possible to log into the
|
||||
container using the same account information as on the host. The user is only mapped transiently,
|
||||
while the container is running, and the mapping itself does not result in persistent changes to the
|
||||
container (except maybe for log messages generated at login time, and similar). Note that in
|
||||
|
||||
Reference in New Issue
Block a user