Sign inSign up

brnbp/node

By brnbp

Updated almost 9 years ago

node env

Image
0

368

brnbp/node repository overview

Docker container for development of ruby on rails projects

this Dockerfile contains:

  • Ubuntu 15.10 (wily)
  • Git
  • Ruby 2.2.3
  • Rails 4.2.4
  • NodeJS 5.6 && npm
  • MongoDB
  • MySQL 5.7
average time to pulling: 10 minutes

you can simple clone this repo and run

$ docker build -t foo/bar:0.1 .

$ docker run -v /path/host/node-project:/var/www -p 8080:3000 -i -t foo/bar:0.1

or you can just use it from docker registry

$ docker run -v /path/host/node-project:/var/www -p 8080:3000 -it brnbp/node:latest


You can now visit 127.0.0.1:8080 to view your application running!

Tag summary

Content type

Image

Digest

Size

276.9 MB

Last updated

almost 9 years ago

docker pull brnbp/node