mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
man: document that systemctl's -H may now be used to connect directly to a container on a remote host
This commit is contained in:
@@ -26,10 +26,15 @@
|
||||
<term><option>--host=</option></term>
|
||||
|
||||
<listitem id='host-text'>
|
||||
<para>Execute the operation remotely. Specify a hostname, or
|
||||
<para>Execute the operation remotely. Specify a hostname, or a
|
||||
username and hostname separated by <literal>@</literal>, to
|
||||
connect to. This will use SSH to talk to the remote machine
|
||||
manager instance.</para>
|
||||
connect to. The hostname may optionally be suffixed by a
|
||||
container name, separated by <literal>:</literal>, which
|
||||
connects directly to a specific container on the specified
|
||||
host. This will use SSH to talk to the remote machine manager
|
||||
instance. Container names may be enumerated with
|
||||
<command>machinectl -H
|
||||
<replaceable>HOST</replaceable></command>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user