Function lal::docker_run [] [src]

pub fn docker_run(
    cfg: &Config,
    container: &Container,
    command: Vec<String>,
    flags: &DockerRunFlags,
    modes: &ShellModes
) -> LalResult<()>

Runs an arbitrary command in the configured docker environment

This will mount the current directory as ~/volume as well as a few conveniences, and absorb the Stdio supplied by this Command.

This is the most general function, used by both lal build and lal shell.