Method: Service::RegistryApi#connection
- Defined in:
- app/models/service/registry_api.rb
#connection ⇒ Object
20 21 22 |
# File 'app/models/service/registry_api.rb', line 20 def connection @connection ||= ::Docker::Connection.new(url, .merge(credentials)) end |