podman-ansible-host/cnt-run.sh

5 lines
208 B
Bash
Executable File

#!/usr/bin/env sh
podman run --detach --replace --name arch-ssh --publish=\[::\]:2223:22 localhost/arch-ssh
exec podman run --detach --replace --name debian-ssh --publish=\[::\]:2222:22 localhost/debian-ssh