From 90f45a3fdb5be525525afb8a5a63961f861a933a Mon Sep 17 00:00:00 2001 From: michaelmnemonic Date: Tue, 24 Sep 2024 23:36:34 +0200 Subject: [PATCH] Use whipper as oci container using podman --- system_files/etc/bashrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 system_files/etc/bashrc diff --git a/system_files/etc/bashrc b/system_files/etc/bashrc new file mode 100644 index 00000000..960b179c --- /dev/null +++ b/system_files/etc/bashrc @@ -0,0 +1,4 @@ +alias whipper="podman run -ti --rm --device=/dev/cdrom \ + --mount type=bind,source=/usr/etc/whipper.conf,target=/home/worker/.config/whipper/whipper.conf \ + --mount type=bind,source=${PWD}/output,target=/output \ + docker.io/whipperteam/whipper"