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