# File lib/docker/container.rb, line 158
  def logs(opts = {})
    connection.get(path_for(:logs), opts)
  end