Class: Kitchen::Transport::DockerCli

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

Defined Under Namespace

Classes: Connection, DockerCliFailed

Instance Method Summary collapse

Instance Method Details

#connection(state, &block) ⇒ Object



37
38
39
40
# File 'lib/kitchen/transport/docker_cli.rb', line 37

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