.dotfiles/bin/debian
2024-03-11 21:37:22 +01:00

6 lines
105 B
Bash
Executable File

#!/bin/bash -e
CRI=(podman)
"${CRI[@]}" run --rm -it -v "$PWD:/mnt/" -w /mnt/ docker.io/debian:12-slim