Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docker-hub-frolvlad/docker-alpine-ruby
The smallest Docker image with Ruby (17MB)
https://github.com/docker-hub-frolvlad/docker-alpine-ruby
alpine docker-image ruby
Last synced: about 2 months ago
JSON representation
The smallest Docker image with Ruby (17MB)
- Host: GitHub
- URL: https://github.com/docker-hub-frolvlad/docker-alpine-ruby
- Owner: Docker-Hub-frolvlad
- License: mit
- Created: 2015-04-15T19:06:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T13:48:09.000Z (12 months ago)
- Last Synced: 2024-04-20T20:54:25.586Z (9 months ago)
- Topics: alpine, docker-image, ruby
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/frolvlad/alpine-ruby/
- Size: 9.77 KB
- Stars: 12
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Docker Stars](https://img.shields.io/docker/stars/frolvlad/alpine-ruby.svg?style=flat-square)](https://hub.docker.com/r/frolvlad/alpine-ruby/)
[![Docker Pulls](https://img.shields.io/docker/pulls/frolvlad/alpine-ruby.svg?style=flat-square)](https://hub.docker.com/r/frolvlad/alpine-ruby/)Ruby Docker image
=================This image is based on Alpine Linux image, which is only a 5MB image, and contains
[Ruby 3.x](https://www.ruby-lang.org/).This image is only 31MB on disk.
Usage Example
-------------```bash
$ docker run --rm frolvlad/alpine-ruby ruby -e 'puts "Hello World"'
```Once you have run this command you will get printed 'Hello World' from Ruby!