diff --git a/docs/drvlxc.html.in b/docs/drvlxc.html.in index 7494eb3880c3fef45eb4eecf5d8285883a344186..0f3efb0ec96fb20f30cf3f8fbd802b82adadd2f9 100644 --- a/docs/drvlxc.html.in +++ b/docs/drvlxc.html.in @@ -659,16 +659,25 @@ running, this will turn it into a "transient" guest.

The virsh console command can be used to connect -to the text console associated with a container. If the container -has been configured with multiple console devices, then the ---devname argument can be used to choose the -console to connect to +to the text console associated with a container.

 # virsh -c lxc:/// console myguest
 
+

+If the container has been configured with multiple console devices, +then the --devname argument can be used to choose the +console to connect to. +In LXC, multiple consoles will be named +as 'console0', 'console1', 'console2', etc. +

+ +
+# virsh -c lxc:/// console myguest --devname console1
+
+

Running commands in a container