X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fmachinectl.xml;h=5c30c449da2a363519add477ee0c9c15fe9669d3;hb=feef0842cfa8abe8b76c16e026217bad7e90f283;hp=c06d0c7abb9def6720b4619c533787ca9c597df8;hpb=04d39279245834494baccfdb9349db8bf80abd13;p=elogind.git diff --git a/man/machinectl.xml b/man/machinectl.xml index c06d0c7ab..5c30c449d 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -21,7 +21,8 @@ along with systemd; If not, see . --> - + machinectl @@ -105,7 +106,7 @@ - Execute operation + Execute the operation remotely. Specify a hostname, or username and hostname separated by @, to connect to. This will use SSH to @@ -117,7 +118,7 @@ - Execute operation on a + Execute the operation on a local container. Specify a container name to connect to. @@ -202,7 +203,7 @@ - status [ID...] + status ID... Show terse runtime status information about one or more @@ -215,7 +216,7 @@ - show [ID...] + show ID... Show properties of one or more registered virtual machines or @@ -239,7 +240,7 @@ - terminate [ID...] + terminate ID... Terminates a virtual machine or container. This kills all @@ -250,7 +251,7 @@ - kill [ID...] + kill ID... Send a signal to one or more processes of the virtual @@ -265,12 +266,24 @@ - login [ID] + reboot ID... + + Reboot one or more + containers. This will trigger a reboot + by sending SIGINT to the container's + init process, which is roughly + equivalent to pressing Ctrl+Alt+Del on + a non-containerized + system. + + + + login ID Open a terminal login session to a container. This will create a TTY connection to a specific - container and asks for execution of a + container and asks for the execution of a getty on it. Note that this is only supported for containers running systemd1 @@ -287,21 +300,7 @@ code otherwise. - - Environment - - - - $SYSTEMD_PAGER - Pager to use when - is not given; - overrides $PAGER. Setting - this to an empty string or the value - cat is equivalent to passing - . - - - + See Also