1
0

add 'podman run' alias

This commit is contained in:
Konstantin Demin 2021-09-29 11:26:06 +03:00
parent e9ba43b038
commit f07d2d3b35
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6

View File

@ -0,0 +1,3 @@
#!/bin/zsh
run() { command podman run --network host --rm -it "$@" ; }