module

Docker

Constants

VERSION = "0.1.2"

Class methods

on_int

Override SIGINT trap with given block

Source
on_term

Override SIGTERM trap with given block

Source
setup

Call this method to setup STDOUT and STDERR syncing as well as handlers for SIGINT and SIGTERM

Source
setup_io_syncing

Call this method to only setup syncing of STDOUT and STDERR

Source
setup_signal_handling

Call this method to only setup signal handlers for SIGINT and SIGTERM

Source