class Kitchen::Driver::Dokken

def remote_docker_host?

def remote_docker_host?
  return true if config[:docker_host_url] =~ /^tcp:/
  false
end