MCPcopy
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
92export const validateDockerGroup = () => `
93 if groups | grep -qw docker; then
94 echo true
95 else
96 echo false
97 fi
98`;
99
100export const serverValidate = async (serverId: string) => {
101 const client = new Client();

Callers 1

serverValidateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected