en/tests/containers/run.sh
jutty feb2f9c1ac
Some checks failed
/ verify (push) Has been cancelled
Add prebuilt binaries tooling and docs
2026-02-18 04:38:11 -03:00

7 lines
115 B
Bash
Executable file

#!/usr/bin/env sh
set -eu
distro="$1"
podman run --replace --name "en-$distro" --publish 3008:3008 "en-$distro"