Skip to content

Releases: machine-drivers/docker-machine-driver-xhyve

v0.0.1

27 Sep 03:02
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

This is a pre-release in the v0.0.1 series.

Docker Machine plugin

  • Use docker-machine libmachine-rpc plugin format
    • Support latest libmachine plugin API (d.GlobalArtifactPath, d.LocalArtifactPath)

xhyve

  • Daemonize xhyve process use zchee/xhyve-bindings/daemonize
    • Very dirty...
    • Use gorutine
  • No require sudo
    • vmnet require sudo user issue is clear
  • libguestfs go bindings
    • Possible to create ext.4 filesystem blank disk
    • Possible to inject any file before the booting vm
    • Remove execute "dd" command
    • Remove inject userdata.tar into vm use virtio-blk hack

Misc

  • Add the fix of file permissions
  • Fix TODO comment