https://github.com/beevelop/docker-ruby
Personal Ruby image based on Ubuntu 16.04
https://github.com/beevelop/docker-ruby
Last synced: 4 months ago
JSON representation
Personal Ruby image based on Ubuntu 16.04
- Host: GitHub
- URL: https://github.com/beevelop/docker-ruby
- Owner: beevelop
- License: mit
- Created: 2015-11-18T14:23:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T10:42:22.000Z (about 9 years ago)
- Last Synced: 2024-12-31T05:41:54.615Z (about 1 year ago)
- Homepage: https://links.beevelop.com/d-ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/beevelop/docker-ruby)
[](https://links.beevelop.com/d-ruby)
[](https://links.beevelop.com/d-ruby)
[](https://links.beevelop.com/d-ruby)
[](https://github.com/beevelop/docker-ruby/releases)

[](https://beevelop.com)
# Ruby 2.3 based on Ubuntu 16.04 (Xenial Xerus)
----
### Pull from Docker Hub
```
docker pull beevelop/ruby:latest
```
### Build from GitHub
```
docker build -t beevelop/ruby github.com/beevelop/docker-ruby
```
### Run image
```
docker run -it beevelop/ruby bash
```
### Use as base image
```Dockerfile
FROM beevelop/ruby:latest
```