This commit is contained in:
zman 2025-02-07 21:24:21 -05:00
parent f44d5740fc
commit 59ef03a59e

View File

@ -119,7 +119,7 @@ class TCGPlayerService:
return None
def is_in_docker():
def is_in_docker(self) -> bool:
"""Check if we're running inside a Docker container"""
try:
with open('/proc/1/cgroup', 'r') as f: