podman-ansible-host/cnt-run.sh

5 lines
208 B
Bash
Raw Permalink Normal View History

2022-04-25 20:58:39 +00:00
#!/usr/bin/env sh
2022-04-25 21:56:40 +00:00
podman run --detach --replace --name arch-ssh --publish=\[::\]:2223:22 localhost/arch-ssh
2022-04-25 20:58:39 +00:00
exec podman run --detach --replace --name debian-ssh --publish=\[::\]:2222:22 localhost/debian-ssh