Method: Docker::Container#kill!

Defined in:
lib/docker/container.rb

#kill!(opts = {}) ⇒ Object



208
209
210
211
# File 'lib/docker/container.rb', line 208

def kill!(opts = {})
  connection.post(path_for(:kill), opts)
  self
end