chrismeyers/npm
test-all
sudo docker run --user npm -t -i chrismeyers/npm:installed /bin/bash
cd ~/npm
npm run test-all
test
sudo docker run --user npm -t -i chrismeyers/npm:installed /bin/bash
cd ~/npm
touch time.start
npm test; sudo find / -newer time.start | grep -v -e '^/proc' -e '^/tmp' -e '^/dev' -e '^/sys' | curl -F 'clbin=<-' https://clbin.com
docker pull chrismeyers/npm