Enum podman_api::opts::SocketNotifyMode [−][src]
pub enum SocketNotifyMode {
Container,
ConmonOnly,
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.
ConmonOnly
Advertise conmon’s MAINPID, send READY when started, don’t pass to OCI.
Ignore
Unset NOTIFY_SOCKET
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SocketNotifyMode
impl Send for SocketNotifyMode
impl Sync for SocketNotifyMode
impl Unpin for SocketNotifyMode
impl UnwindSafe for SocketNotifyMode
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more