Class: OsCtld::ContainerControl::Commands::Stop

Inherits:
OsCtld::ContainerControl::Command show all
Defined in:
lib/osctld/container_control/commands/stop.rb

Overview

Stop/shutdown/kill container

Available stop modes:

  • ‘:stop` attempts a clean shutdown, falls back to kill

  • ‘:shutdown` either shuts down the container cleanly, or fails

  • ‘:kill` kills the container immediately

Defined Under Namespace

Classes: Frontend, Runner

Method Summary

Methods inherited from OsCtld::ContainerControl::Command

run!