Skip to content

installers.sysadmintools.actrunner #

OSX

to use with podman

could export the path

export DOCKER_HOST=unix:///Users/despiegk1/.local/share/containers/podman/machine/qemu/podman.sock

#brew install --cask docker
cd /tmp
git clone git@git.ourworld.tf:despiegk/test.git
cd test
actrunner exec

will run the runner locally

fn install #

fn install(args_ InstallArgs) !

struct InstallArgs #

@[params]
struct InstallArgs {
pub mut:
	reset bool
}