one more podman alias
This commit is contained in:
parent
3c91a3f5ae
commit
7f0793da39
@ -1,3 +1,4 @@
|
||||
#!/bin/zsh
|
||||
|
||||
run() { command podman run --network host --rm -it "$@" ; }
|
||||
run-sh() { run --entrypoint='["/bin/sh"]' --user=0:0 "$@" ; }
|
||||
|
Loading…
Reference in New Issue
Block a user