Page MenuHomeDevCentral

Check if Docker container is running
ClosedPublic

Authored by dereckson on Mar 19 2022, 19:08.
Tags
None
Referenced Files
F10446021: D2602.id6566.diff
Tue, Jul 8, 03:10
F10444654: D2602.id6565.diff
Tue, Jul 8, 00:02
F10444444: D2602.id6565.diff
Mon, Jul 7, 23:25
Unknown Object (File)
Mon, Jul 7, 08:47
Unknown Object (File)
Sun, Jul 6, 23:03
Unknown Object (File)
Sun, Jul 6, 07:53
Unknown Object (File)
Sun, Jul 6, 03:06
Unknown Object (File)
Sun, Jul 6, 01:54
Subscribers
None

Details

Summary

ref T1705

Test Plan

check_container_present
check_container_present foo
check_container_present penpot_redis

Diff Detail

Repository
rCHECKS Nasqueron platform checks
Lint
Lint Errors
SeverityLocationCodeMessage
Errorsrc/platformchecks/checks/__init__.py:1F401flake8 F401
Errorsrc/platformchecks/checks/__init__.py:2F401flake8 F401
Errorsrc/platformchecks/checks/docker.py:15E501flake8 E501
Errorsrc/platformchecks/checks/docker.py:34E501flake8 E501
Unit
No Test Coverage
Branch
monitor_docker_containers
Build Status
Buildable 4074
Build 4326: arc lint + arc unit

Event Timeline

dereckson created this revision.

Reduce line len for subprocess.run

This revision is now accepted and ready to land.Mar 19 2022, 21:00
This revision was landed with ongoing or failed builds.Mar 19 2022, 21:00
This revision was automatically updated to reflect the committed changes.