1
0

add 'podman run' alias

This commit is contained in:
2021-09-29 11:26:06 +03:00
parent e9ba43b038
commit f07d2d3b35

View File

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