Hi folks
in my case, i'd like to execture a block of bash scripts when 'docker exec', the way to approach that, i think, is to attach stdin, and send the block of bash scripts through the output stream.
but i find execStart only return an inputStream, there is noway to send data when execStart.
so could you implement this, or is there any other way to workaround this?
thanks