1
0
dotfiles/.config/zsh/alias/buildah.zsh

4 lines
102 B
Bash

#!/bin/zsh
bud() { command buildah bud --isolation chroot --network host --format docker -f "$@" ; }