module Docker
Defined in:
docker.crConstant Summary
-
VERSION =
"0.1.2"
Class Method Summary
-
.on_int(&block : -> _)
Override
SIGINT
trap with given block -
.on_term(&block : -> _)
Override
SIGTERM
trap with given block -
.setup
Call this method to setup
STDOUT
andSTDERR
syncing as well as handlers forSIGINT
andSIGTERM
-
.setup_io_syncing
Call this method to only setup syncing of
STDOUT
andSTDERR
-
.setup_signal_handling
Call this method to only setup signal handlers for
SIGINT
andSIGTERM
Class Method Detail
def self.setup
#
Call this method to setup STDOUT
and STDERR
syncing
as well as handlers for SIGINT
and SIGTERM
def self.setup_signal_handling
#
Call this method to only setup signal handlers for SIGINT
and SIGTERM