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