Skip to content

Latest commit

 

History

History
76 lines (37 loc) · 1.51 KB

README.md

File metadata and controls

76 lines (37 loc) · 1.51 KB

Docker-Scala

Summary

Repository name in Docker Hub: williamyeh/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.7.0

  • Scala: 2.11.2, 2.10.4 (see tag list for details)

  • Sbt: 0.13.5

Dependencies

History

  • 0.5 - Support version tags.

  • 0.4 - Fix APT dependency: openjdk-6-jre --> oracle-java7-installer.

  • 0.3 - Change the Java dependency from pulse00/java to williamyeh/java7.

  • 0.2 - This repository was forked from pulse00/scala.

Installation

Latest version:

$ docker pull williamyeh/scala:latest

All versions:

$ docker pull williamyeh/scala

Specific version:

$ docker pull williamyeh/scala:2.11.2

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 williamyeh/scala