docker.ps

Collect information about containers

docker.ps

Collect information about containers

collect:
  v1:
    - docker.ps:
        output_dir: /docker/ps/
        All: true

Optional Parameters

  • All - Option to be used to filter the list of containers, as in The Docker API

  • Before - Option to be used to filter the list of containers, as in The Docker API

  • Filters - Option to be used to filter the list of containers, as in The Docker API

  • Latest - Option to be used to filter the list of containers, as in The Docker API

  • Limit - Option to be used to filter the list of containers, as in The Docker API

  • Quiet - Option to be used to filter the list of containers, as in The Docker API

  • Since - Option to be used to filter the list of containers, as in The Docker API

  • Size - Option to be used to filter the list of containers, as in The Docker API

Outputs

  • container_ls.json - JSON output


Shared Parameters

This spec also inherits all of the required and optional Shared Parameters