Skip to content

Latest commit

 

History

History
65 lines (32 loc) · 1.1 KB

File metadata and controls

65 lines (32 loc) · 1.1 KB

Docker-Scala

Summary

Repository name in Docker Hub: sery0ga/scala

This repository contains Dockerized Java and Scala, published to the public Docker Hub via automated build mechanism.

Configuration

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

Dependencies

Installation

Latest version:

$ docker pull sery0ga/scala:latest

All versions:

$ docker pull sery0ga/scala

Specific version:

$ docker pull sery0ga/scala:2.11.7

Usage

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.

Run scala REPL

$ docker run -it --rm sery0ga/scala