MCPcopy
hub / github.com/apocas/dockerode / dial

Function dial

lib/docker.js:295–300  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

293 }
294
295 function dial(callback) {
296 util.prepareBuildContext(file, (ctx) => {
297 optsf.file = ctx;
298 self.modem.dial(optsf, callback);
299 });
300 }
301
302 function dialWithSession(callback) {
303 if (opts?.version === "2") {

Callers 1

dialWithSessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…