bv-runtime 0.1.17

Container runtime trait and Docker implementation for biov
Documentation
1
2
3
4
5
6
7
8
pub mod docker;
pub mod runtime;

pub use docker::DockerRuntime;
pub use runtime::{
    ContainerRuntime, GpuProfile, ImageDigest, ImageMetadata, Mount, NoopProgress, OciRef,
    PauseGuard, ProgressReporter, RunOutcome, RunSpec, RuntimeInfo,
};