# File lib/docker.rb, line 113
  def info(connection = self.connection)
    Util.parse_json(connection.get('/info'))
  end