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

4 lines
102 B
Bash
Raw Normal View History

2021-04-07 00:44:12 +03:00
#!/bin/zsh
bud() { command buildah bud --isolation chroot --network host --format docker -f "$@" ; }