Sign inSign up

ufirstgroup/alpine-node

By ufirstgroup

Updated over 7 years ago

run node in docker

Image
0

3.5K

ufirstgroup/alpine-node repository overview

docker-alpine-node

based on https://hub.docker.com/r/library/node/

node:

docker run -it --rm \
  -e USER_ID=`id -u` \
  -e GROUP_ID=`id -g` \
  -v $HOME:/homedir \
  -v `pwd -P`:/workdir  \
  ufirstgroup/alpine-node:8.15.1 node

yarn:

docker run -it --rm \
  -e USER_ID=`id -u` \
  -e GROUP_ID=`id -g` \
  -v $HOME:/homedir \
  -v `pwd -P`:/workdir  \
  ufirstgroup/alpine-node:8.15.1 yarn

Tag summary

Content type

Image

Digest

Size

94.3 MB

Last updated

almost 8 years ago

docker pull ufirstgroup/alpine-node