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
- Host: GitHub
- URL: https://github.com/beevelop/docker-nodejs-python-ruby
- Owner: beevelop
- License: mit
- Created: 2015-12-12T14:11:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T14:17:36.000Z (about 9 years ago)
- Last Synced: 2025-05-31T13:02:54.739Z (9 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/beevelop/docker-nodejs-python-ruby)
[](https://links.beevelop.com/d-nodejs-python-ruby)
[](https://links.beevelop.com/d-nodejs-python-ruby)
[](https://links.beevelop.com/d-nodejs-python-ruby)
[](https://github.com/beevelop/docker-nodejs-python-ruby/releases)

[](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!