mirror of https://github.com/docker/docs.git
This replaces the previous method of attempting to clean up servers when an unexpected exit occurs in the client (e.g. SIGINT or panic) by a heartbeat protocol. If the server does not hear from the connecting client within a certain interval of time (500ms in this commit), it will de-activate itself. This prevents dangling Docker Machine server processes from accumulating. Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com> |
||
---|---|---|
.. | ||
machine-driver-amazonec2.go | ||
machine-driver-azure.go | ||
machine-driver-digitalocean.go | ||
machine-driver-exoscale.go | ||
machine-driver-generic.go | ||
machine-driver-google.go | ||
machine-driver-hyperv.go | ||
machine-driver-none.go | ||
machine-driver-openstack.go | ||
machine-driver-rackspace.go | ||
machine-driver-softlayer.go | ||
machine-driver-virtualbox.go | ||
machine-driver-vmwarefusion.go | ||
machine-driver-vmwarevcloudair.go | ||
machine-driver-vmwarevsphere.go | ||
machine.go | ||
machine_test.go |