Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Dokploy/dokploy
/ validateDockerGroup
Function
validateDockerGroup
packages/server/src/setup/server-validate.ts:92–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
`;
91
92
export
const
validateDockerGroup = () => `
93
if
groups | grep -qw docker; then
94
echo true
95
else
96
echo false
97
fi
98
`;
99
100
export
const
serverValidate =
async
(serverId: string) => {
101
const
client =
new
Client();
Callers
1
serverValidate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected