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
Content type
Image
Digest
Size
94.3 MB
Last updated
almost 8 years ago
docker pull ufirstgroup/alpine-node