# File lib/docker/container.rb, line 206
  def kill!(opts = {})
    connection.post(path_for(:kill), opts)
    self
  end