https://github.com/zeroc0d3/ruby
Ruby docker images from Ubuntu. Installation using ruby-install
https://github.com/zeroc0d3/ruby
docker dockerfile ruby
Last synced: 10 months ago
JSON representation
Ruby docker images from Ubuntu. Installation using ruby-install
- Host: GitHub
- URL: https://github.com/zeroc0d3/ruby
- Owner: zeroc0d3
- Created: 2017-04-25T17:34:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T04:24:24.000Z (almost 9 years ago)
- Last Synced: 2025-02-05T06:13:43.859Z (12 months ago)
- Topics: docker, dockerfile, ruby
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby Dockerfile
[](https://microbadger.com/images/zeroc0d3/ruby:2.4.0 "Layers") [](https://microbadger.com/images/zeroc0d3/ruby:2.4.0 "2.4.0")
## What's include
### Usage
* Create `Dockerfile` to your project and paste below code.
```
# Dockerfile
FROM zeroc0d3/ruby:2.4.0
```