Docker Machine Driver Xhyve Versions Save

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)

v0.0.1

8 years ago

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