Sign inSign up

kyagi/rod

By kyagi

Updated over 8 years ago

REPLs on Docker

Image
0

1.3K

kyagi/rod repository overview

What is this?

Rod is REPLs On Docker. Use rod for your better programming experience.

Supporting Languages and REPLs

LangVersionREPLPre-Installed Libraries
Scala2.12.4ammcats, shapeless, fs2, doobie, circe
Ruby2.4.3pryrubocop, guard
Go1.9.6goreTBD

Prerequisite

You need to install docker on your system to run rod.

Basic Usage

$ git clone [email protected]:kyagi/rod.git
$ cd rod
$ ./rod scala

Advanced Usage

$ git clone [email protected]:kyagi/rod.git
$ cd rod
$ ./rod start

$ ./rod login
root@c74ca33e8607:~# rod scala
(... snip ...)
root@c74ca33e8607:~# exit
$

$ ./rod login
root@c74ca33e8607:~# rod ruby
(... snip ...)
root@c74ca33e8607:~# exit
$

$ ./rod stop

Run docker container by yourself

$ docker run -it kyagi/rod
 ____  _____ ____  _                         ____             _
|  _ \| ____|  _ \| |    ___    ___  _ __   |  _ \  ___   ___| | _____ _ __
| |_) |  _| | |_) | |   / __|  / _ \| '_ \  | | | |/ _ \ / __| |/ / _ \ '__|
|  _ <| |___|  __/| |___\__ \ | (_) | | | | | |_| | (_) | (__|   <  __/ |
|_| \_\_____|_|   |_____|___/  \___/|_| |_| |____/ \___/ \___|_|\_\___|_|

root@04eef017dfc0:~# rod scala

Rod prompt

Rod prompt makes it clear that you are in the rod docker container. Hope this helps.

Dockerhub (Automated Build)

https://hub.docker.com/r/kyagi/rod/

Tag summary

Content type

Image

Digest

Size

562.1 MB

Last updated

over 8 years ago

docker pull kyagi/rod