module Docker
Defined in:
docker.crConstant Summary
-
VERSION =
"0.1.2"
Class Method Summary
-
.on_int(&block : -> _)
Override
SIGINTtrap with given block -
.on_term(&block : -> _)
Override
SIGTERMtrap with given block -
.setup
Call this method to setup
STDOUTandSTDERRsyncing as well as handlers forSIGINTandSIGTERM -
.setup_io_syncing
Call this method to only setup syncing of
STDOUTandSTDERR -
.setup_signal_handling
Call this method to only setup signal handlers for
SIGINTandSIGTERM
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