Update container-run.md - #320
Conversation
Added an example for executing command on running container.
|
@joelwurtz Can you merge it if it looks good for you. |
|
please merge it! so helpful! |
|
@dbjpanda how can i write to container STDIN on exec. |
|
|
|
@dbjpanda yes i try it . but i want to interact with python app. its my code . in this example i want to interact with bash . i get output from container but icant sent anything to container. |
|
anybody does not help me? |
|
Thanks @dbjpanda it should be correct yes. @mohammadreza-soft74 I don't think this is possible with current endpoints, it needs to use the HTTP hijacking way of doing thing from docker (there is no Websocket endpoint). And this is not supported in this library ATM. |
Added an example for executing command on running container.