5 lines
91 B
Bash
Executable file
5 lines
91 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
CRI=(podman)
|
|
|
|
${CRI[@]} run --rm -it -v "$PWD:/mnt" -w /mnt debian:12-slim
|