Hi all,
I have a running container and I want to run a bash script in it. I've been able to run the command, but, as it takes a few seconds to complete, I'd like to make the caller Thread to wait until the command is completed and, if possible, to get the output of it.
Any ideas?
Thanks in advance.
Kind regards,
Luciano