docker_interactive_input
Answer interactive Docker session prompts (sudo password, y/N) by sending input, or poll for more output and status.
Instructions
Send a line of input to a running docker_interactive_exec session (e.g. answer a sudo password or y/N prompt), or just poll for more output if input is omitted. Returns newly produced output and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | Text to send. Omit to wait/poll for more output without sending anything. | |
| newline | No | Append a trailing newline after input (usually required for the remote program to see it as a submitted line). | |
| quiet_ms | No | ||
| session_id | Yes |