Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmckni3/docker-node-ruby
Docker image to be able to use node and ruby tools
https://github.com/cmckni3/docker-node-ruby
ci docker docker-image nodejs ruby
Last synced: 13 days ago
JSON representation
Docker image to be able to use node and ruby tools
- Host: GitHub
- URL: https://github.com/cmckni3/docker-node-ruby
- Owner: cmckni3
- License: unlicense
- Created: 2015-07-24T23:14:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T19:29:17.000Z (6 months ago)
- Last Synced: 2024-10-06T12:41:57.666Z (about 1 month ago)
- Topics: ci, docker, docker-image, nodejs, ruby
- Language: Dockerfile
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node.js and Ruby base container image
[![Docker Status](https://img.shields.io/badge/docker-ready-blue.svg)](https://hub.docker.com/r/cmckni3/node-ruby)
[![Docker Pulls](https://img.shields.io/docker/pulls/cmckni3/node-ruby?label=Docker%20Hub%20Image%20Pulls)](https://hub.docker.com/r/cmckni3/node-ruby)
[![Image Size](https://img.shields.io/docker/image-size/cmckni3/node-ruby/latest)](https://hub.docker.com/r/cmckni3/node-ruby)A container image to use as a starting point for continuous integration for Ruby, node, and frontend projects.
- Container image for running/building node.js and Ruby projects.
- Debian Bookworm image based on [library/buildpack-deps](https://github.com/docker-library/buildpack-deps)## What's Included
### node.js and Ruby managers
* nvm
* rbenv and ruby-build### Versions
* Recent version of node.js (latest) installed by default
* Recent version of Ruby (latest) installed by default## Pulling the image
```sh
docker pull cmckni3/node-ruby
```## Building the image
```sh
docker build -t cmckni3/node-ruby .
```## Running the image
```sh
docker run -it cmckni3/node-ruby bash
```