MCPcopy Create free account
hub / github.com/FastLED/FastLED / is_docker_installed

Function is_docker_installed

ci/util/docker_helper.py:29–35  ·  view source on GitHub ↗

Check if Docker is installed (may not be running). Returns: True if Docker executable is found, False otherwise

()

Source from the content-addressed store, hash-verified

27
28
29def is_docker_installed() -> bool:
30 """Check if Docker is installed (may not be running).
31
32 Returns:
33 True if Docker executable is found, False otherwise
34 """
35 return find_docker_executable() is not None
36
37
38def attempt_start_docker() -> tuple[bool, str]:

Callers 1

attempt_start_dockerFunction · 0.85

Calls 1

find_docker_executableFunction · 0.90

Tested by

no test coverage detected