Sign inSign up

sery0ga/scala

By sery0ga

Updated over 7 years ago

Scala image for Docker (jdk 1.8.0 + Scala + sbt)

Image
1

5.8K

sery0ga/scala repository overview

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

Tag summary

Content type

Image

Digest

Size

608.4 MB

Last updated

over 7 years ago

docker pull sery0ga/scala