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

Function selfhostDockerContainerName

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

Source from the content-addressed store, hash-verified

28/** Container/volume names — derived identically by the globalsetup (boot,
29 * teardown) and the target (restart), which run in different processes. */
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

Callers 3

runSelfhostContainerFunction · 0.85
stopSelfhostContainerFunction · 0.85
bootSelfhostDockerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected