https://github.com/beevelop/docker-nodejs-ruby
Docker image for Node.js with Ruby
https://github.com/beevelop/docker-nodejs-ruby
Last synced: 6 days ago
JSON representation
Docker image for Node.js with Ruby
- Host: GitHub
- URL: https://github.com/beevelop/docker-nodejs-ruby
- Owner: beevelop
- License: mit
- Created: 2015-11-19T13:10:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T22:08:30.000Z (about 10 years ago)
- Last Synced: 2025-05-31T13:02:40.967Z (9 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/beevelop/docker-nodejs-ruby)
[](https://links.beevelop.com/d-nodejs-ruby)
[](https://imagelayers.io/?images=beevelop/nodejs-ruby:latest)
[](https://beevelop.com)
# Node.js with Ruby
### based on Ubuntu 15.10 (Wily Werewolf)
----
### Pull from Docker Hub
```
docker pull beevelop/nodejs-ruby:latest
```
### Build from GitHub
```
docker build -t beevelop/nodejs-ruby github.com/beevelop/docker-nodejs-ruby
```
### Run image
```
docker run -it beevelop/nodejs-ruby bash
```
### Use as base image
```Dockerfile
FROM beevelop/nodejs-ruby:latest
```