Hooks are a collection of actions to perform at various container lifecycle events. More...
#include <hooks-config.hpp>
Public Attributes | |
std::vector< HookConfig > | prestart |
list of hooks to be run before the container process is executed More... | |
std::vector< HookConfig > | poststart |
list of hooks to be run immediately after the container process is started More... | |
std::vector< HookConfig > | poststop |
list of hooks to be run after the container process exits More... | |
Hooks are a collection of actions to perform at various container lifecycle events.
std::vector<HookConfig> vasum::HooksConfig::poststart |
list of hooks to be run immediately after the container process is started
std::vector<HookConfig> vasum::HooksConfig::poststop |
list of hooks to be run after the container process exits
std::vector<HookConfig> vasum::HooksConfig::prestart |
list of hooks to be run before the container process is executed