Software Secure Workload
Activity Configure

Show Docker Commands

Execute a Docker command and optionally grep for a specified pattern. The command is executed on the appliance by the appliance controller. The result tailed for the last 5000 lines. Optionally, a grep pattern can be provided as argument and the output is filtered accordingly. When the result is available at Secure Workload, the result is shown in a text box.

Argument Name

Type

Description

Docker Command

dropdown

Docker command to execute

  • Docker info

docker info
  • List images

docker images --no-trunc
  • List containers

docker ps --no-trunc
  • List networks

docker network ls --no-trunc
  • List volumes

docker volume ls
  • Container stats

docker stats --no-trunc--no-stream
  • Docker disk usage


docker system df -v
  • Docker system events

docker system events --since '10m'
  • Version

docker version

Grep Pattern

string

Pattern string to grep from the output

Allowed Secure Workload virtual appliances: All

Allowed connectors: None

Execute a docker command on Secure Workload Ingest appliance to show container stats
Figure 1: Execute a docker command on Secure Workload Ingest appliance to show container stats