container_exec
Executes a shell command inside a running Docker container and returns its output, enabling inspection and interaction with container filesystems and processes.
Instructions
Executes a shell command inside a running container and returns its output. Args: container_name: Docker Container name command: shell command to run inside the container, e.g. "ls -la /app"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| container_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |