[systemd-commits] man/user-system-options.xml

Lennart Poettering lennart at kemper.freedesktop.org
Thu Jul 3 11:37:26 PDT 2014


 man/user-system-options.xml |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

New commits:
commit db6d9e864083b3ce8206a065e9edaa5fd19bab39
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Jul 3 20:37:10 2014 +0200

    man: document that systemctl's -H may now be used to connect directly to a container on a remote host

diff --git a/man/user-system-options.xml b/man/user-system-options.xml
index cca5c79..8616c54 100644
--- a/man/user-system-options.xml
+++ b/man/user-system-options.xml
@@ -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>
 



More information about the systemd-commits mailing list