Dobby
3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Additional Inherited Members | |
Public Types inherited from EthanLogLoop::Event | |
enum | Type { Terminate , AddClient , SetClientBasePid } |
Public Attributes inherited from EthanLogLoop::Event | |
enum EthanLogLoop::Event::Type | type |
ContainerId | id |
int | pipeFd |
pid_t | basePid |
std::string | tag |
unsigned | allowedLevels |
uint64_t | rate |
uint64_t | burstSize |
Protected Member Functions inherited from EthanLogLoop::Event | |
Event (Type type_) | |
Event (Type type_, const ContainerId &id_, const std::string &name, int fd, unsigned levels, uint64_t rate, uint64_t burst) | |
Event (Type type_, const ContainerId &id_, pid_t basePid_) | |