Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
198
fn is_docker_available() -> bool {
199
is_binary_available(
"docker"
) || docker_socket_available()
200
}
201
202
fn docker_socket_available() -> bool {
203
docker_socket_candidates()
Callers
1
detect_driver
Function · 0.85
Calls
2
is_binary_available
Function · 0.85
docker_socket_available
Function · 0.85
Tested by
no test coverage detected