Changes

Docker

472 bytes added, 21:05, 26 June 2018
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>