Sign inSign up

syncano/ruby-codebox

By syncano

Updated almost 10 years ago

Image
0

7.4K

syncano/ruby-codebox repository overview

ruby-codebox

This repository contains Dockerfile for Ruby 2.2 image with built-in support for Syncano and selected Ruby gems.

You can build the image yourself:

$ ./create_ruby_image.sh

or pull it from Docker registry:

$ docker pull quay.io/syncano/ruby-codebox

Then you can run Docker container:

$ docker run -it quay.io/syncano/ruby-codebox
irb(main):001:0>

In a container you can use Syncano's Ruby Library:

irb(main):001:0> require 'syncano'
=> true

More info about the library can be found here.

Tag summary

Content type

Image

Digest

sha256:4d8e18d96

Size

97.7 MB

Last updated

almost 10 years ago

docker pull syncano/ruby-codebox