Chris Cunningham

Results 2 comments of Chris Cunningham

https://github.com/test-kitchen/kitchen-docker/blob/master/lib/kitchen/driver/docker.rb#L107 might be the issue: it unsets the default `:username` on Windows.

This is fixed, right? Using `excludes: [ /windows/ ]` now excludes any platforms matching that regex.