lib/kitchen/docker/container/windows.rb in kitchen-docker-2.10.0 vs lib/kitchen/docker/container/windows.rb in kitchen-docker-2.11.0

- old
+ new

@@ -28,9 +28,10 @@ debug('Creating Windows container') state[:username] = @config[:username] state[:image_id] = build_image(state, dockerfile) unless state[:image_id] state[:container_id] = run_container(state) unless state[:container_id] + state[:hostname] = hostname(state) end def execute(command) # Create temp script file and upload files to container debug('Executing command on Windows container')