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

https://github.com/beevelop/docker-nodejs-python-ruby

Node.js with Python and Ruby based on Ubuntu 16.04
https://github.com/beevelop/docker-nodejs-python-ruby

Last synced: 17 days ago
JSON representation

Node.js with Python and Ruby based on Ubuntu 16.04

Awesome Lists containing this project

README

          

[![Travis](https://shields.beevelop.com/travis/beevelop/docker-nodejs-python-ruby.svg?style=flat-square)](https://travis-ci.org/beevelop/docker-nodejs-python-ruby)
[![Pulls](https://shields.beevelop.com/docker/pulls/beevelop/nodejs-python-ruby.svg?style=flat-square)](https://links.beevelop.com/d-nodejs-python-ruby)
[![Layers](https://shields.beevelop.com/docker/image/layers/beevelop/nodejs-python-ruby/latest.svg?style=flat-square)](https://links.beevelop.com/d-nodejs-python-ruby)
[![Size](https://shields.beevelop.com/docker/image/size/beevelop/nodejs-python-ruby/latest.svg?style=flat-square)](https://links.beevelop.com/d-nodejs-python-ruby)
[![Release](https://shields.beevelop.com/github/release/beevelop/docker-nodejs-python-ruby.svg?style=flat-square)](https://github.com/beevelop/docker-nodejs-python-ruby/releases)
![Badges](https://shields.beevelop.com/badge/badges-7-brightgreen.svg?style=flat-square)
[![Beevelop](https://links.beevelop.com/honey-badge)](https://beevelop.com)

# Node.js & Python & Ruby
> Latest Node.js with Python and Ruby based on Ubuntu 16.04

----
### Pull from Docker Hub
```
docker pull beevelop/nodejs-python-ruby:latest
```

### Build from GitHub
```
docker build -t beevelop/nodejs-python-ruby github.com/beevelop/docker-nodejs-python-ruby
```

### Run image
```
docker run -it beevelop/nodejs-python-ruby bash
```

### Use as base image
```Dockerfile
FROM beevelop/nodejs-python-ruby:latest
```

## Disclaimer
> This is experimental and might break from time to time. Use at your own risk!