class Kitchen::Driver::Dokken
def container_exist?(name)
def container_exist?(name) true if ::Docker::Container.get(name, {}, docker_connection) rescue StandardError, ::Docker::Error::NotFoundError false end
def container_exist?(name) true if ::Docker::Container.get(name, {}, docker_connection) rescue StandardError, ::Docker::Error::NotFoundError false end