https://github.com/alphahydrae/docker-ruby-node-pg
https://github.com/alphahydrae/docker-ruby-node-pg
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alphahydrae/docker-ruby-node-pg
- Owner: AlphaHydrae
- License: mit
- Created: 2014-11-21T08:25:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T10:14:52.000Z (about 11 years ago)
- Last Synced: 2025-01-19T22:15:16.105Z (12 months ago)
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Docker Ruby Node Postgres
**A docker image with Ruby, Node.js and PostgreSQL libraries.**
The goal of this image is to support Ruby and Node.js development with a PostgreSQL database without including unneeded dependencies such as MySQL libraries or Subversion, which are typically included in [buildpack-deps](https://github.com/docker-library/buildpack-deps), the base for the standard Docker images for Ruby and Node.js.
## Available Tags
* `0.1.0` - Ruby 2.1.5, Node.js 0.10.33
## Meta
*Inspired by the Docker official images for [Ruby](https://github.com/docker-library/ruby) and [Node.js](https://github.com/docker-library/node).*
* **Author:** Simon Oulevay (Alpha Hydrae)
* **License:** MIT (see [LICENSE.txt](https://raw.github.com/AlphaHydrae/docker-ruby-node-pg/master/LICENSE.txt))