Hello,
I'd like to be able to send commands after attaching the docker container.
I saw you've done some named pipe in the start.sh script but I couldn't manage to make it works with the tty input.
What should I do?
Using docker exec + command.sh script is not an option for me.
I want to be able to see the output and chain multiple console commands live.
Can you give me an hint please
Thank you
Hello,
I'd like to be able to send commands after attaching the docker container.
I saw you've done some named pipe in the start.sh script but I couldn't manage to make it works with the tty input.
What should I do?
Using docker exec + command.sh script is not an option for me.
I want to be able to see the output and chain multiple console commands live.
Can you give me an hint please
Thank you