get_docker_ps_all
Fetch the full output of 'docker ps --all' from a remote Linux host over SSH, showing all containers regardless of status.
Instructions
Collects docker ps --all output from a remote Linux host via SSH
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| port | No | ||
| user | Yes | ||
| timeout | No | ||
| key_path | No | ||
| password | No | ||
| accept_new_hostkey | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||