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: 3 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T13:48:09.000Z (over 1 year ago)
- Last Synced: 2024-04-20T20:54:25.586Z (about 1 year 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
[](https://hub.docker.com/r/frolvlad/alpine-ruby/)
[](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!