I'd like to be able to get the std{,out,err,in} from an `exec`'ed command. I'm having trouble using https://docker-php.readthedocs.io/en/latest/cookbook/container-run/#reading-logs-in-real-time and adapting it for an `exec` command. Is this at all possible with docker-php ?
I'd like to be able to get the std{,out,err,in} from an
exec'ed command. I'm having trouble using https://docker-php.readthedocs.io/en/latest/cookbook/container-run/#reading-logs-in-real-time and adapting it for anexeccommand.Is this at all possible with docker-php ?