Hi guys.
How do you 'exec' your container shell functions without going into shell interactively?
many thanks, L.
_______________________________________________ Podman mailing list -- podman@lists.podman.io To unsubscribe send an email to podman-leave@lists.podman.io
I am not sure what you mean.
podman run ubi9 echo hi
Will execute the `sh -c "echo hi"` without going interactive.