An io.js Docker container featuring auto npm installs and Babel transpilation.
2.7K
A docker container used for running iojs applications with a specific project layout we've adopted at Power Tower for some quick-and-dirty development.
package.json file in the root of /data/.
main property defined.NODE__PROCESS_TITLE will set process.titleNPM__SILENT will turn off the logging of the output from npm install if its value is set to true (case-insensitive).babelrc required, even if it's just {}, to trigger babel/register.
only and ignore options will be evaluated as regular expressions.
Content type
Image
Digest
sha256:78594f1f4…
Size
238.3 MB
Last updated
about 11 years ago
docker pull powertower/iojs