Files

12 lines
285 B
Plaintext

---
functions:
shell:
- code: |-
podman run --rm -it --privileged --volume /:/mnt alpine chroot /mnt /bin/sh
comment: |-
This requires an actual image to be available (e.g., `alpine`) downloading it if not present.
contexts:
sudo:
unprivileged:
...