Skip to content

Orchestrator load_image interface + Docker implementation #52

@guzman-raphael

Description

@guzman-raphael

This issue relates to adding container image load in:

  • orchestrator::API trait (see below)
  • local docker orchestrator implementation
  • start_with_altimage(..) accordingly
// orchestrator/mod.rs
pub trait API {
    // ..
    fn load_image(&'orch self, tarball_location: impl AsRef<Path>) -> Result<()>;
    // ..
}

Depends on #18

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions