1
0

one more podman alias

This commit is contained in:
2021-10-13 14:32:05 +03:00
parent 3c91a3f5ae
commit 7f0793da39

View File

@@ -1,3 +1,4 @@
#!/bin/zsh
run() { command podman run --network host --rm -it "$@" ; }
run-sh() { run --entrypoint='["/bin/sh"]' --user=0:0 "$@" ; }