The smallest Docker image with Ruby (17MB)
100K+
This image is based on Alpine Linux image, which is only a 5MB image, and contains Ruby 2.7.
This image is only 21MB on disk.
$ 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!
Content type
Image
Digest
sha256:108b3ace0…
Size
10.2 MB
Last updated
over 1 year ago
docker pull frolvlad/alpine-ruby