Class: OsCtld::Container::Hooks::PostStart
- Inherits:
-
Base
- Object
- Hook::Base
- Base
- OsCtld::Container::Hooks::PostStart
- Defined in:
- lib/osctld/container/hooks.rb
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Hook::Base
Instance Method Summary collapse
- #environment ⇒ Object protected
Methods inherited from Base
Methods inherited from Hook::Base
blocking, blocking?, #blocking?, #exec, #executable, hook, #initialize, #setup
Constructor Details
This class inherits a constructor from OsCtld::Hook::Base
Instance Method Details
#environment ⇒ Object (protected)
104 105 106 107 108 |
# File 'lib/osctld/container/hooks.rb', line 104 def environment super.merge({ 'OSCTL_CT_INIT_PID' => opts[:init_pid].to_s }) end |