Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```