Skip to content

caub/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker images

bcrypt

Run bcrypt from command-line

docker run --rm -i caub/bcrypt <<<'hello world'

nginx-dev

A basic static server useful for development

docker run --rm -p 8000:80 -v $PWD:/usr/share/nginx/html:ro caub/nginx-dev

node-ci

node:10-slim with git installed for CI

docker run --rm caub/node:10-ci git --version

puppeteer

Same as mentioned in GoogleChrome/puppeteer/docs/troubleshooting.md#running-puppeteer-in-docker

About

docker images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published