Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroc0d3/ubuntu-ruby
Docker base image for Ubuntu/Ruby.
https://github.com/zeroc0d3/ubuntu-ruby
docker docker-image dockerfile ubuntu
Last synced: 18 days ago
JSON representation
Docker base image for Ubuntu/Ruby.
- Host: GitHub
- URL: https://github.com/zeroc0d3/ubuntu-ruby
- Owner: zeroc0d3
- License: mit
- Created: 2017-04-27T18:02:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T22:46:34.000Z (over 7 years ago)
- Last Synced: 2024-10-30T03:48:41.641Z (about 2 months ago)
- Topics: docker, docker-image, dockerfile, ubuntu
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu-Ruby
Docker base image for Ubuntu/Ruby.
## What's included
* ruby
# Usage
* Create `Dockerfile` in your project and add the following
```
# Dockerfile
FROM zeroc0d3/ubuntu-ruby:2.4.1
```## Build and run docker
```
# build your dockerfile
$ docker build -t your/project .
```