We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node6# cat >Dockerfile FROM mhart/alpine-node:6 VOLUME /work WORKDIR /work RUN npm install -g gulp
then
alias n6='docker run --rm -it -v $(pwd):/work node6 '
then n6 npm install
n6 npm install