summaryrefslogtreecommitdiffstats
path: root/podman/.config/sh/rc.d/podman
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-27 22:29:09 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-27 22:29:09 -0500
commitd5e72ac1b3d1aacec097c1d41decbe748c035f06 (patch)
treee75f879e5cdf3b51eb23ab321eb6e8ec2ce6ea9a /podman/.config/sh/rc.d/podman
parent0179eebc614a5668048b510cb7a0776354c16dc3 (diff)
downloadconf-d5e72ac1b3d1aacec097c1d41decbe748c035f06.tar.gz
conf-d5e72ac1b3d1aacec097c1d41decbe748c035f06.zip
rearrange some more things
Diffstat (limited to 'podman/.config/sh/rc.d/podman')
-rw-r--r--podman/.config/sh/rc.d/podman4
1 files changed, 4 insertions, 0 deletions
diff --git a/podman/.config/sh/rc.d/podman b/podman/.config/sh/rc.d/podman
new file mode 100644
index 0000000..0669942
--- /dev/null
+++ b/podman/.config/sh/rc.d/podman
@@ -0,0 +1,4 @@
+alias debian="podman run --rm -itv "${HOME}:${HOME}" docker.io/debian:stable bash"
+alias ubuntu="podman run --rm -itv "${HOME}:${HOME}" docker.io/ubuntu:latest bash"
+alias alpine="podman run --rm -itv "${HOME}:${HOME}" docker.io/alpine:latest sh"
+alias arch="podman run --rm -itv "${HOME}:${HOME}" docker.io/archlinux:latest sh"