1
0

add buildah alias

This commit is contained in:
2021-04-07 00:44:12 +03:00
parent 4cc414b20d
commit a6b87e2330
2 changed files with 4 additions and 0 deletions

View File

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