7,540
edits
Changes
Docker
,→Manage machines
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
66e9cfbbc947 busybox "sh" 30 hours ago Up 4 minutes critcon
</pre>
===Libvirt===
List all the KVM hosts:
<pre>
# virsh list --all
Id Name State
----------------------------------------------------
1 manager running
- worker1 shut off
- worker2 shut off
- worker3 shut off
</pre>
Set the VM to autostart at system boot
<pre>
# virsh autostart manager
Domain manager marked as autostarted
</pre>