summaryrefslogtreecommitdiffstats
path: root/podman/.config/sh/rc.d/podman
blob: 0669942cffe16d9692ce242c89c359de67a94e73 (plain) (blame)
1
2
3
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"