Method: Docker.info
- Defined in:
- lib/docker.rb
.info(connection = self.connection) ⇒ Object
Get more information about the Docker server.
113 114 115 |
# File 'lib/docker.rb', line 113 def info(connection = self.connection) connection.info end |