Enum podman_api::opts::SocketNotifyMode
source · pub enum SocketNotifyMode {
Container,
Conmon,
Ignore,
}Expand description
How to handle the NOTIFY_SOCKET. Used with
sdnotify_mode.
Variants§
Container
Let the OCI runtime deal with it, advertise conmon’s MAINPID.
Conmon
Advertise conmon’s MAINPID, send READY when started, don’t pass to OCI.
Ignore
Unset NOTIFY_SOCKET
Trait Implementations§
source§impl AsRef<str> for SocketNotifyMode
impl AsRef<str> for SocketNotifyMode
source§impl Clone for SocketNotifyMode
impl Clone for SocketNotifyMode
source§fn clone(&self) -> SocketNotifyMode
fn clone(&self) -> SocketNotifyMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more