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: 2 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T19:29:17.000Z (about 2 years ago)
- Last Synced: 2024-10-06T12:41:57.666Z (over 1 year 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
[](https://hub.docker.com/r/cmckni3/node-ruby)
[](https://hub.docker.com/r/cmckni3/node-ruby)
[](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
```