# File lib/docker/container.rb, line 248
  def remove(options = {})
    connection.delete("/containers/#{self.id}", options)
    nil
  end