app.container_ids ================= Returns container IDs for `app_name`. .. raw:: html
Name of the application to get container IDs for.
Must be at least 1 characters long
Options for filtering the returned container list.
No Additional PropertiesWhether to return only running/active containers (true) or include all containers (false).
Object containing container ID to details mappings.
Each additional property must conform to the following schema
Unique identifier for the container.
Must be at least 1 characters long
Name of the service this container provides.
Must be at least 1 characters long
Docker image name and tag used by this container.
Must be at least 1 characters long
Current state of the container.