add buildah alias
This commit is contained in:
3
.config/zsh/alias/buildah.zsh
Normal file
3
.config/zsh/alias/buildah.zsh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/zsh
|
||||
|
||||
bud() { command buildah bud --isolation chroot --network host --format docker -f "$@" ; }
|
Reference in New Issue
Block a user