Run bcrypt from command-line
docker run --rm -i caub/bcrypt <<<'hello world'
A basic static server useful for development
docker run --rm -p 8000:80 -v $PWD:/usr/share/nginx/html:ro caub/nginx-dev
node:10-slim with git
installed for CI
docker run --rm caub/node:10-ci git --version
Same as mentioned in GoogleChrome/puppeteer/docs/troubleshooting.md#running-puppeteer-in-docker