|
Dobby 3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|


Public Types | |
| enum | Type { Terminate , AddClient , SetClientBasePid } |
Public Attributes | |
| 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 | |
| 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_) | |