class Kitchen::Transport::DockerCli

Public Instance Methods

connection(state, &block) click to toggle source
# File lib/kitchen/transport/docker_cli.rb, line 36
def connection(state, &block)
  options = config.to_hash.merge(state)
  @connection = Kitchen::Transport::DockerCli::Connection.new(options, &block)
end