Bugfix and small performance fix
This release fixes a bug when discovering already running containers. If such is the case, the handling around disposal is never configured and could result in containers being deleted. It also alters the behavior on Host.Discover
where docker machine may be omitted completely by settingpreferNativeDocker = true
.
Cheers,
Mario