Page MenuHomeDevCentral

Monitor a container is up
Open, NormalPublic

Description

List of the actual containers on a Docker engine:
docker ps | awk '(NR>1) {print $NF}'

List of the expected containers on a Docker engine:

[key
 for service, containers in pillar["docker_containers"]["docker-001"].items()
 for key in containers.keys()
]`

Related Objects

Event Timeline

dereckson triaged this task as Normal priority.Mar 19 2022, 14:44
dereckson created this task.

[ Those tasks have been identified as suitable for the next operations sprint. ]

dereckson removed dereckson as the assignee of this task.Mon, Mar 23, 09:23

Unassigning this task to make it available for others.

As I'm not currently working actively on this issue, reset the assignee.

Contributions opportunity. If you’re interested, go ahead and assign yourself. I’m available to share context, review early approaches, or pair if helpful—just tag me.