Repository name in Docker Hub: sery0ga/scala
This repository contains Dockerized Java and Scala, published to the public Docker Hub via automated build mechanism.
This docker image contains the following software stack:
-
OS: Debian jessie.
-
Java: Oracle JDK 1.8.x
-
Scala: 2.11.8 (see tag list for details)
-
Sbt: 0.13.8
Latest version:
$ docker pull sery0ga/scala:latest
All versions:
$ docker pull sery0ga/scala
Specific version:
$ docker pull sery0ga/scala:2.11.7
Used mostly as a base image for other Scala-based applications. But if you'd like to use the CLI, here are some examples for you.
$ docker run -it --rm sery0ga/scala