Class: Kitchen::Transport::Dockercli

Inherits:
Base
  • Object
show all
Defined in:
lib/kitchen/transport/dockercli.rb

Overview

Driver for Docker on Windows.

Author:

Defined Under Namespace

Classes: Connection

Instance Method Summary collapse

Instance Method Details

#connection(state, &block) ⇒ Object



16
17
18
19
# File 'lib/kitchen/transport/dockercli.rb', line 16

def connection(state, &block)
  options = config.to_hash.merge(state)
  Kitchen::Transport::Dockercli::Connection.new(options, &block)
end