You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the IP address assignment for eth1 changes after about ~20 minutes of uptime. I've seen this happen with both virtualbox and vmware_fusion providers.
This causes issues where the udhcpc process may eventually attempt to
acquire a new IP address from VitualBox or VMware's DHCP server, and
thus severing the connection to the Docker daemon (from the client's
point of view).
Sadly this is more of a Tiny Core Linux boot issue with the
busybox/udhcpc startup and not in boot2docker so it'll need to be
handled in Vagrant middleware.
Closes#28Closes#24Closes#8
Hi,
dvm starts up nicely, i can start containers etc. after a while I cant reach it from docker client:
I can still connect to docker by:
dvm ssh
, and containers are still running.environment
diagnostic
by checking the open ports, i can see virtualbox listening
The text was updated successfully, but these errors were encountered: