X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fmachinectl.xml;h=eef1740f95eb37243cbd22371d25b0b06d7f84b8;hb=f2cbe59e113f08549949a76ac5b9b3972df4cc30;hp=9d8a94aab4335fac91803631c2d402a371288bc1;hpb=20b63d12b533daf2e9b2936ffb03074861e1673e;p=elogind.git diff --git a/man/machinectl.xml b/man/machinectl.xml index 9d8a94aab..eef1740f9 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -185,7 +185,7 @@ - status ID... + status NAME... Show terse runtime status information about one or more @@ -198,14 +198,14 @@ - show ID... + show NAME... Show properties of one or more registered virtual machines or containers or the manager itself. If no argument is specified, properties of the manager will be shown. If an - ID is specified, properties of this + NAME is specified, properties of this virtual machine or container are shown. By default, empty properties are suppressed. Use @@ -222,7 +222,7 @@ - login ID + login NAME Open a terminal login session to a container. This will @@ -235,7 +235,7 @@ - reboot ID... + reboot NAME... Reboot one or more containers. This will trigger a reboot @@ -248,7 +248,7 @@ - poweroff ID... + poweroff NAME... Power off one or more containers. This will trigger a reboot @@ -264,7 +264,7 @@ - kill ID... + kill NAME... Send a signal to one or more processes of the virtual @@ -279,7 +279,7 @@ - terminate ID... + terminate NAME... Terminates a virtual machine or container. This kills all @@ -290,7 +290,7 @@ - bind ID DIRECTORY [DIRECTORY] + bind NAME PATH [PATH] Bind mounts a directory from the host into the @@ -314,6 +314,33 @@ containers. + + copy-to NAME PATH [PATH] + + Copies files or + directories from the host system into + a running container. Takes a container + name, followed by the source path on + the host and the destination path in + the container. If the destination path + is omitted the same as the source path + is used. + + + + + copy-from NAME PATH [PATH] + + Copies files or + directories from a container into the + host system. Takes a container name, + followed by the source path in the + container the destination path on the + host. If the destination path is + omitted the same as the source path is + used. + +