A.I.
A.I.
For me, in addition to the above, I needed the following command to get IP address correctly. ``` $ sudo /bin/launchctl load -w /System/Library/LaunchDaemons/bootps.plist $ sudo /bin/launchctl unload -w /System/Library/LaunchDaemons/bootps.plist...
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...
https://github.com/boot2docker/boot2docker/pull/1358
Hi @uniraymond , Hmm. It's strange. Could you provide the following information for me? 1. Outputs of `ifconfig` and `ps ax | grep docker` in the VM. 2. Output of...
``` /usr/local/bin/docker daemon -D -g /var/lib/docker -H unix:// -H tcp://0.0.0.0:2376 --tlsverify --tlscacert=/var/lib/boot2docker/tls/ca.pem --tlscert=/var/lib/boot2docker/tls/server.pem --tlskey=/var/lib/boot2docker/tls/serverkey.pem ``` This configuration is the default of boot2docker with TLS port 2376. That's why you can...
Then please set env again `eval $(make env)`.
Hmm... Could you check the docker daemon command line `ps ax | grep docker` in the VM? Do you have `boot2docker-data.img` and `boot2docker-data.tar.gz` in your local `boot2docker-xhyve` directory? And could...
This may be related to Mac OSX firewall.
https://github.com/ailispaw/boot2docker-xhyve/issues/22#issuecomment-175007899
It looks similar to this. https://llvm.org/bugs/show_bug.cgi?id=24732 https://github.com/mist64/xhyve/issues/51