en/tests/containers/run.sh
jutty 6c6e9a3f7e
Some checks failed
/ verify (push) Has been cancelled
Fix test containers failing to respond
2026-03-07 15:13:12 -03:00

10 lines
136 B
Bash
Executable file

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