MCPcopy Index your code
hub / github.com/Unitech/pm2 / Containerizer.js

File Containerizer.js

lib/API/Containerizer.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2var spawn = require('child_process').spawn;
3var exec = require('child_process').exec;
4var chalk = require('ansis');

Callers

nothing calls this directly

Calls 12

generateDockerfileFunction · 0.85
handleExitFunction · 0.85
checkDockerSetupFunction · 0.85
switchDockerFileFunction · 0.85
pspawnFunction · 0.85
cwdMethod · 0.80
exitCliMethod · 0.80
toStringMethod · 0.80
indexOfMethod · 0.80
promptMethod · 0.80
resolveMethod · 0.80
disconnectMethod · 0.65

Tested by

no test coverage detected