deploykit
deploykit copied to clipboard
Provision linuxkit locally on linux
This should be doable with the libvirt plugin but i dont find any documentation for it. It seems to take a complex libvirtxml.Domain structure in properties for which an example would be very appreciated.
libvirtxml.Domain
is from the libvirt xml go bindings and is simply a Go structure reflecting the standard libvirt Domain XML.
The Go struct doesn't yet cover all the defined fields but upstream are quite responsive to requests to add extra coverage and we can fairly easily vendor newer bindings.
There's been some confusion on this e.g. https://twitter.com/makerspherehq/status/881540385360752645 A worked example will be coming soon.