changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / virt/run.sh

changeset 32: 2a87ac5a25eb
parent: 0be8229292a9
author: ellis <ellis@rwest.io>
date: Sat, 30 Dec 2023 20:11:16 -0500
permissions: -rwxr-xr-x
description: arch->alpine for workers
1 #!/bin/sh
2 BOX="${1:-demo}"
3 NAME="${2:-demo0}"
4 podman run --name $NAME -dt localhost/$BOX