IRuby is a Docker image for iptyhon whice use ruby language kernel.
This image has default command for running iruby notebook.
iruby notebook --ip=0.0.0.0 --notebook-dir=/root/notebooks
So, you can run IRuby notebook server by executing below command.
$ docker run -d -p 8888:8888 nacyot/iruby:2.1.2
And browse 0.0.0.0:8888.
Execute below command.
$ docker run -it nacyot/iruby:2.1.2 iruby console
Content type
Image
Digest
sha256:d95971b59…
Size
378.7 MB
Last updated
almost 11 years ago
docker pull nacyot/iruby:2.1.2