ailispaw / boot2docker-xhyve

Boot2Docker running on xhyve hypervisor
294 stars 25 forks source link

Will need a patch for xhyve to boot new boot2docker #29

Open ailispaw opened 6 years ago

ailispaw commented 6 years ago

https://github.com/mist64/xhyve/pull/119

https://github.com/boot2docker/boot2docker/pull/1332

ailispaw commented 6 years ago

To mount the new boot2docker ISO on Mac OSX,

$ mkdir ro_iso
$ hdiutil attach -nomount boot2docker.iso
$ diskutil list
$ mount -t cd9660 /dev/diskX ro_iso
$ cp ro_iso/boot/initrd.img .
$ cp ro_iso/boot/vmlinuz .
$ umount ro_iso
$ hdiutil detach /dev/diskX
ailispaw commented 5 years ago

https://github.com/boot2docker/boot2docker/pull/1358