feat: Create RunDriver (#196)
This will be used for running containers for various tasks. There will be a way to take all output from the process and a way to display output from a running container like our builds have.
This commit is contained in:
parent
1a348f8137
commit
784be9869a
16 changed files with 510 additions and 98 deletions
|
|
@ -2,9 +2,11 @@ use clap::ValueEnum;
|
|||
|
||||
pub use build::*;
|
||||
pub use inspect::*;
|
||||
pub use run::*;
|
||||
|
||||
mod build;
|
||||
mod inspect;
|
||||
mod run;
|
||||
|
||||
#[derive(Debug, Copy, Clone, Default, ValueEnum)]
|
||||
pub enum CompressionType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue