docker_exec_result
Check the exit status and captured output of a background Docker job, optionally blocking until it finishes.
Instructions
Check the status and output of a background job started with docker_exec background=true. Optionally wait until it exits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Block until the job exits or the timeout is reached. | |
| job_id | Yes | The job_id returned by docker_exec background=true. | |
| timeout_ms | No | Maximum time to wait when wait=true. |