Function lal::script [] [src]

pub fn script(
    cfg: &Config,
    container: &Container,
    name: &str,
    args: Vec<&str>,
    modes: &ShellModes,
    privileged: bool
) -> LalResult<()>

Runs a script in .lal/scripts/ with supplied arguments in a docker shell

This is a convenience helper for running things that aren't builds. E.g. lal run my-large-test RUNONLY=foo