# File lib/docker/container.rb, line 187
  def update(opts)
    connection.post(path_for(:update), {}, body: MultiJson.dump(opts))
  end