On 6/18/23 10:57, lejeczek via Podman wrote:
Hi guys.
How do you 'exec' your container shell functions without going into
shell interactively?
many thanks, L.
_______________________________________________
Podman mailing list --podman(a)lists.podman.io
To unsubscribe send an email topodman-leave(a)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.