Sign inSign up

conmio/node

By conmio

Updated over 8 years ago

Node.js Docker Image

Image
1

716

conmio/node repository overview

Running node.js script:
docker run --rm \
 -e LOCAL_USER_ID=`id -u $USER`\
 -v ~/script_folder:/app \
  conmio/node:8-alpine node script.js

When LOCAL_USER_ID is passed to container, files written to volumes from within the container will be owned by that user.

Tag summary

Content type

Image

Digest

Size

21 MB

Last updated

over 8 years ago

docker pull conmio/node:6-alpine