Dobby
3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
This is the complete list of members for DobbyStartState, including all inherited members.
addEnvironmentVariable(const std::string &envVar) override | DobbyStartState | virtual |
addFileDescriptor(const std::string &pluginName, int fd) override | DobbyStartState | virtual |
addMount(const std::string &source, const std::string &target, const std::string &fsType, unsigned long mountFlags, const std::list< std::string > &mountOptions) override | DobbyStartState | virtual |
DobbyStartState(const std::shared_ptr< DobbyConfig > &config, const std::list< int > &files) (defined in DobbyStartState) | DobbyStartState | |
files() const override | DobbyStartState | virtual |
files(const std::string &pluginName) const override | DobbyStartState | virtual |
isValid() const (defined in DobbyStartState) | DobbyStartState | |
mConfig (defined in DobbyStartState) | DobbyStartState | private |
mFiles (defined in DobbyStartState) | DobbyStartState | private |
mLock (defined in DobbyStartState) | DobbyStartState | mutableprivate |
mValid (defined in DobbyStartState) | DobbyStartState | private |
~DobbyStartState() final (defined in DobbyStartState) | DobbyStartState | |
~IDobbyStartState()=default (defined in IDobbyStartState) | IDobbyStartState | virtual |