Closed antwal closed 5 years ago
I'm also seeing this. Running engine 18.09.2. Any idea what's going on?
Thanks for brining this up, will take a look
Thanks. What can I do to help the investigation?
Hmmm unusual, I just ran the script against a fresh install of Docker
And it all ran fine
$ ./sbin/docker_tap_install.sh
Password:
Installation complete
Restarting Docker
Process restarting, ready to go
According to your error message the arguments passed to the shim script doesn't contain any arguments relating to the networking options within hyperkit. That error message you said you're getting from you executing the script directly? Or from the internal docker execution?
Can you run ps axj | grep hyperkit
and put the output here?
I just realized that I'm seeing a slightly different problem. The install script runs fine, but if I setup a route to my container through 10.0.75.2, run a netcat listener in my container, and try to connect from an OSX shell, it cannot connect. I have also tried running the netcat listener from a shell in the xhyve VM, and tried to connect to it directly on 10.0.75.2, and it is still unreachable. I can open a separate issue for this.
@normtown please open another ticket with an exact description of your issue I will close this issue as I believe this issue was fixed in a previous fix. If anyone is still having this issue, please open a new ticket and I'll take a look
Hi this script not working,
the docker.hyperkit.tuntap.sh return always message Network interface arguments not found
Info for debug:
ls -l /Applications/Developer/Docker.app/Contents/Resources/bin/
ls -l /dev/tap*
ifconfig
netstat -rn
docker run --rm --privileged --pid=host --net=host alpine ifconfig
docker run --rm --privileged --pid=host debian nsenter -t 1 -m -u -n -i iptables-save
docker inspect <>