deploykit icon indicating copy to clipboard operation
deploykit copied to clipboard

Provision linuxkit locally on linux

Open w9n opened this issue 7 years ago • 2 comments

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.

w9n avatar Jul 18 '17 02:07 w9n

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.

ijc avatar Jul 18 '17 09:07 ijc

There's been some confusion on this e.g. https://twitter.com/makerspherehq/status/881540385360752645 A worked example will be coming soon.

chungers avatar Jul 18 '17 16:07 chungers