Start Docker container execution asynchronously and return a streaming URL.
This endpoint returns immediately with an execution_id and streaming_url. The actual execution happens asynchronously. Use the streaming_url to receive real-time output logs as the job runs.
Request model for Docker container execution
Docker image reference (e.g., python:3.9)
Command to run in the container
Environment variables as string
Registry auth type (e.g., 'aws', 'basic')
AWS Access Key ID for ECR
AWS Secret Access Key for ECR
AWS Session Token for ECR
AWS region for ECR
1 <= x <= 600Whether to enable S3 mount for this execution
URLs to call with job completion info