MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / selfhostDockerVolumeName

Function selfhostDockerVolumeName

e2e/setup/selfhost-docker.boot.ts:32–33  ·  view source on GitHub ↗
(port: number)

Source from the content-addressed store, hash-verified

30export const selfhostDockerContainerName = (port: number): string =>
31 `executor-e2e-selfhost-docker-${port}`;
32export const selfhostDockerVolumeName = (port: number): string =>
33 `executor-e2e-selfhost-docker-data-${port}`;
34
35export interface SelfhostDockerBootOptions {
36 readonly port: number;

Callers 2

runSelfhostContainerFunction · 0.85
bootSelfhostDockerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected