Dobby 3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Public Types | |
enum | Type { Terminate , ContainerStarted , ContainerStopped , ContainerHibernated , ContainerAwoken } |
Public Member Functions | |
StateChangeEvent (Type type_) | |
StateChangeEvent (Type type_, int32_t descriptor_, const std::string &name_) | |
Public Attributes | |
Type | type |
int32_t | descriptor |
std::string | name |