pub enum Runtime {
Docker,
Podman,
Colima,
RancherDesktop,
OrbStack,
DockerDesktop,
}
Expand description
Represents the detected container runtime
Variants§
Docker
Docker runtime
Podman
Podman runtime (Docker-compatible)
Colima
Colima runtime (Docker-compatible on macOS)
RancherDesktop
Rancher Desktop runtime
OrbStack
OrbStack
runtime (macOS)
DockerDesktop
Docker Desktop
Implementations§
Trait Implementations§
impl Eq for Runtime
impl StructuralPartialEq for Runtime
Auto Trait Implementations§
impl Freeze for Runtime
impl RefUnwindSafe for Runtime
impl Send for Runtime
impl Sync for Runtime
impl Unpin for Runtime
impl UnwindSafe for Runtime
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more