Method: Sc2::Cli::VersusBot#stop_container
- Defined in:
- lib/sc2ai/cli/versus_bot.rb
#stop_container ⇒ Object
274 275 276 277 |
# File 'lib/sc2ai/cli/versus_bot.rb', line 274 def stop_container cmd = "docker stop versus_bot_container" Kernel.system(cmd) end |