Koichi Shiraishi
Koichi Shiraishi
@Jaesin Hi, Could you try this command and post result? ``` bash ls -la $(which -a docker-machine-driver-xhyve) ```
@Jaesin :tada:
@far-blue Thanks, issue :) and reporting. but, I am not good English :( So, I do not yet understand all. Do you want to run the RancherOS use `docker-machine-driver-xhyve`? >...
@far-blue I understand :) RancherOS provision does not support Now. Currently, boot2docker only :( but, I was planning to support CoreOS and RancherOS provisioning from previous. However, The first goal...
@jawher Thanks for Detailed reporting of operations!! This report is good references to me. I’m going to give it everything I’ve got.
@noose Thanks issue :) I have received reports. - https://github.com/zchee/docker-machine-driver-xhyve/issues/18#issuecomment-172080769 - https://github.com/zchee/docker-machine-driver-xhyve/issues/71 Could you post this command result? If there is sensitive data, please delete. In host(Mac OS X) ```...
@cbarratt Thanks issue :) Ah, good catch. I have not yet tested, but there is that possibility. and, did not error handling of this points. sorry. I will debug and...
@cbarratt and, I do not yet implement the functions of the cleaning of `vmnet`. https://github.com/zchee/docker-machine-driver-xhyve#does-not-clean-up-the-vmnet-when-remove-a-vm Because that could be the cleaning of `vmnet` by editing the `/var/db/dhcpd_leases` and plist, I'll...
@cbarratt OK. I want to re-check the current of your situation and environment. 1. Exists doubtless `/var/db/dhcpd_leases` file, but it is empty? 2. Result of `sw_vers` command 3. Result of...
@cbarratt > Just figuring out how to do this one, reading xhyve documentation i.g., run original `xhyve` with `vmnet` shared network. ``` bash $ git clone https://github.com/mist64/xhyve $ cd xhyve...