MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / is_docker_available

Function is_docker_available

crates/openshell-core/src/config.rs:198–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196}
197
198fn is_docker_available() -> bool {
199 is_binary_available("docker") || docker_socket_available()
200}
201
202fn docker_socket_available() -> bool {
203 docker_socket_candidates()

Callers 1

detect_driverFunction · 0.85

Calls 2

is_binary_availableFunction · 0.85
docker_socket_availableFunction · 0.85

Tested by

no test coverage detected