Class: OsCtld::Container::Hooks::PostStart
- Defined in:
- lib/osctld/container/hooks/post_start.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #environment ⇒ Object protected
Methods inherited from Base
blocking, blocking?, #blocking?, #exec, #executable, exist?, hook, hook_path, #hook_path, #initialize, run
Constructor Details
This class inherits a constructor from OsCtld::Container::Hooks::Base
Instance Method Details
#environment ⇒ Object (protected)
9 10 11 12 13 |
# File 'lib/osctld/container/hooks/post_start.rb', line 9 def environment super.merge({ 'OSCTL_CT_INIT_PID' => opts[:init_pid].to_s, }) end |